Skip to content

Commit 9579120

Browse files
committed
chore: sync metadata between packages
1 parent 50b96b0 commit 9579120

16 files changed

Lines changed: 86 additions & 85 deletions

File tree

packages/alias/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[cover]: https://codecov.io/gh/rollup/plugins/alias/branch/master/graph/badge.svg
2-
[cover-url]: https://codecov.io/gh/rollup/plugins/alias
1+
[npm]: https://img.shields.io/npm/v/@rollup/plugin-alias
2+
[npm-url]: https://www.npmjs.com/package/@rollup/plugin-alias
33
[size]: https://packagephobia.now.sh/badge?p=@rollup/plugin-alias
44
[size-url]: https://packagephobia.now.sh/result?p=@rollup/plugin-alias
55

6-
[![cover][cover]][cover-url]
6+
[![npm][npm]][npm-url]
77
[![size][size]][size-url]
88
[![libera manifesto](https://img.shields.io/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com)
99

@@ -124,10 +124,10 @@ This would be useful for loaders, and files that were previously transpiled via
124124
To replace extensions with another, a pattern like the following might be used:
125125

126126
```js
127-
{ find:/^(.*)\.js$/, replacement: '$1.wasm' }
127+
{ find:/^(.*)\.js$/, replacement: '$1.alias' }
128128
```
129129

130-
This would replace the file extension for all imports ending with `.js` to `.wasm`.
130+
This would replace the file extension for all imports ending with `.js` to `.alias`.
131131

132132
## Custom Resolvers
133133

packages/alias/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"scripts": {
1515
"build": "rollup -c",
1616
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
17-
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F alias",
1817
"ci:lint": "pnpm run build && pnpm run lint && pnpm run security",
1918
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
2019
"ci:test": "pnpm run test -- --verbose",

packages/beep/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[cover]: https://codecov.io/gh/rollup/plugins/branch/master/graph/badge.svg
2-
[cover-url]: https://codecov.io/gh/rollup/plugins
1+
[npm]: https://img.shields.io/npm/v/@rollup/plugin-beep
2+
[npm-url]: https://www.npmjs.com/package/@rollup/plugin-beep
33
[size]: https://packagephobia.now.sh/badge?p=@rollup/plugin-beep
44
[size-url]: https://packagephobia.now.sh/result?p=@rollup/plugin-beep
55

6-
[![cover][cover]][cover-url]
6+
[![npm][npm]][npm-url]
77
[![size][size]][size-url]
88
[![libera manifesto](https://img.shields.io/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com)
99

packages/beep/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
},
1717
"scripts": {
1818
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
19-
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F beep",
2019
"ci:lint": "pnpm run lint && pnpm run security",
2120
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
2221
"ci:test": "ava --verbose",

packages/buble/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
[cover]: https://codecov.io/gh/rollup/plugins/branch/master/graph/badge.svg
2-
[cover-url]: https://codecov.io/gh/rollup/plugins
1+
[npm]: https://img.shields.io/npm/v/@rollup/plugin-buble
2+
[npm-url]: https://www.npmjs.com/package/@rollup/plugin-buble
33
[size]: https://packagephobia.now.sh/badge?p=@rollup/plugin-buble
44
[size-url]: https://packagephobia.now.sh/result?p=@rollup/plugin-buble
5-
[tests]: https://img.shields.io/circleci/project/github/rollup/plugins.svg
6-
[tests-url]: https://circleci.com/gh/rollup/plugins
75

8-
[![tests][tests]][tests-url]
9-
[![cover][cover]][cover-url]
6+
[![npm][npm]][npm-url]
107
[![size][size]][size-url]
118
[![libera manifesto](https://img.shields.io/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com)
129

packages/buble/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"scripts": {
1515
"build": "rollup -c",
1616
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
17-
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F buble",
1817
"ci:lint": "pnpm run build && pnpm run lint && pnpm run security",
1918
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
2019
"ci:test": "pnpm run test -- --verbose && pnpm run test:ts",

packages/dsv/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
[cover]: https://codecov.io/gh/rollup/plugins/replace/branch/master/graph/badge.svg
2-
[cover-url]: https://codecov.io/gh/rollup/plugins
1+
[npm]: https://img.shields.io/npm/v/@rollup/plugin-dsv
2+
[npm-url]: https://www.npmjs.com/package/@rollup/plugin-dsv
33
[size]: https://packagephobia.now.sh/badge?p=@rollup/plugin-dsv
44
[size-url]: https://packagephobia.now.sh/result?p=@rollup/plugin-dsv
5-
[tests]: https://img.shields.io/circleci/project/github/rollup/plugins.svg
6-
[tests-url]: https://circleci.com/gh/rollup/plugins
75

8-
[![tests][tests]][tests-url]
9-
[![cover][cover]][cover-url]
6+
[![npm][npm]][npm-url]
107
[![size][size]][size-url]
118
[![libera manifesto](https://img.shields.io/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com)
129

packages/dsv/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@rollup/plugin-dsv",
33
"version": "2.0.0",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"description": "Convert .csv and .tsv files into JavaScript modules with d3-dsv",
58
"license": "MIT",
69
"repository": "rollup/plugins",
@@ -11,7 +14,6 @@
1114
"scripts": {
1215
"build": "rollup -c",
1316
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
14-
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F dsv",
1517
"ci:lint": "pnpm run build && pnpm run lint && pnpm run security",
1618
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
1719
"ci:test": "pnpm run test -- --verbose",

packages/inject/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
[cover]: https://codecov.io/gh/rollup/plugins/inject/branch/master/graph/badge.svg
2-
[cover-url]: https://codecov.io/gh/rollup/plugins
1+
[npm]: https://img.shields.io/npm/v/@rollup/plugin-inject
2+
[npm-url]: https://www.npmjs.com/package/@rollup/plugin-inject
33
[size]: https://packagephobia.now.sh/badge?p=@rollup/plugin-inject
44
[size-url]: https://packagephobia.now.sh/result?p=@rollup/plugin-inject
5-
[tests]: https://img.shields.io/circleci/project/github/rollup/plugins.svg
6-
[tests-url]: https://circleci.com/gh/rollup/plugins
75

8-
[![tests][tests]][tests-url]
9-
[![cover][cover]][cover-url]
6+
[![npm][npm]][npm-url]
107
[![size][size]][size-url]
118
[![libera manifesto](https://img.shields.io/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com)
129

packages/inject/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7+
"description": "Scan modules for global variables and injects `import` statements where necessary",
78
"license": "MIT",
89
"repository": "rollup/plugins",
910
"author": "Rich Harris <richard.a.harris@gmail.com>",
@@ -13,7 +14,6 @@
1314
"scripts": {
1415
"build": "rollup -c",
1516
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
16-
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F inject",
1717
"ci:lint": "pnpm run build && pnpm run lint && pnpm run security",
1818
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
1919
"ci:test": "pnpm run test -- --verbose && pnpm run test:ts",

0 commit comments

Comments
 (0)