Skip to content

Commit

Permalink
chore: update metadata for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Oct 30, 2019
1 parent 2c9233b commit 27d70c1
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/alias/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ This would replace the file extension for all imports ending with `.js` to `.was

## Meta

[CONTRIBUTING](./.github/CONTRIBUTING.md)
[CONTRIBUTING](/.github/CONTRIBUTING.md)

[LICENSE (MIT)](./LICENSE)
[LICENSE (MIT)](/LICENSE)
4 changes: 2 additions & 2 deletions packages/beep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ This plugin currently has no available options.

## Meta

[CONTRIBUTING](./.github/CONTRIBUTING.md)
[CONTRIBUTING](/.github/CONTRIBUTING.md)

[LICENSE (MIT)](./LICENSE)
[LICENSE (MIT)](/LICENSE)
4 changes: 2 additions & 2 deletions packages/buble/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns

## Meta

[CONTRIBUTING](./.github/CONTRIBUTING.md)
[CONTRIBUTING](/.github/CONTRIBUTING.md)

[LICENSE (MIT)](./LICENSE)
[LICENSE (MIT)](/LICENSE)
2 changes: 1 addition & 1 deletion packages/buble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"build": "rollup -c",
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F beep",
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F buble",
"ci:lint": "pnpm run build && pnpm run lint && pnpm run security",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"ci:test": "pnpm run test -- --verbose && pnpm run test:ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/replace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ export default {

## Meta

[CONTRIBUTING](./.github/CONTRIBUTING.md)
[CONTRIBUTING](/.github/CONTRIBUTING.md)

[LICENSE (MIT)](./LICENSE)
[LICENSE (MIT)](/LICENSE)
2 changes: 1 addition & 1 deletion packages/replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"build": "rollup -c",
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F beep",
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F replace",
"ci:lint": "pnpm run build && pnpm run lint && pnpm run security",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"ci:test": "pnpm run test -- --verbose && pnpm run test:ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/strip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"build": "rollup -c",
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F beep",
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F strip",
"ci:lint": "pnpm run lint && pnpm run security",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"ci:test": "pnpm run test -- --verbose",
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ console.log(instance.exports.main());

## Meta

[CONTRIBUTING](./.github/CONTRIBUTING.md)
[CONTRIBUTING](/.github/CONTRIBUTING.md)

[LICENSE (MIT)](./LICENSE)
[LICENSE (MIT)](/LICENSE)
2 changes: 1 addition & 1 deletion packages/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"build": "rollup -c",
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F beep",
"ci:coverage:submit": "curl -s https://codecov.io/bash | bash -s - -F wasm",
"ci:lint": "pnpm run build && pnpm run lint && pnpm run security",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"ci:test": "pnpm run test -- --verbose",
Expand Down

0 comments on commit 27d70c1

Please sign in to comment.