Skip to content

Commit

Permalink
chore: update funding and other fields in package.json (#3195)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 14, 2023
1 parent 7b2c81b commit c1dbcb4
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/browser/package.json
Expand Up @@ -3,11 +3,17 @@
"type": "module",
"version": "0.30.1",
"description": "Browser running for Vitest",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/browser#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/browser"
},
"bugs": {
"url": "https://github.com/vitest-dev/vitest/issues"
},
"sideEffects": false,
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions packages/coverage-c8/package.json
Expand Up @@ -5,8 +5,8 @@
"description": "C8 coverage provider for Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/vitest-dev/vitest#readme",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/coverage-c8#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/coverage-istanbul/package.json
Expand Up @@ -5,8 +5,8 @@
"description": "Istanbul coverage provider for Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/vitest-dev/vitest#readme",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/coverage-istanbul#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
Expand Down
5 changes: 5 additions & 0 deletions packages/expect/package.json
Expand Up @@ -4,11 +4,16 @@
"version": "0.30.1",
"description": "Jest's expect matchers as a Chai plugin",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/expect#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/expect"
},
"bugs": {
"url": "https://github.com/vitest-dev/vitest/issues"
},
"sideEffects": false,
"exports": {
".": {
Expand Down
5 changes: 5 additions & 0 deletions packages/runner/package.json
Expand Up @@ -4,11 +4,16 @@
"version": "0.30.1",
"description": "Vitest test runner",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/runner#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/runner"
},
"bugs": {
"url": "https://github.com/vitest-dev/vitest/issues"
},
"sideEffects": true,
"exports": {
".": {
Expand Down
7 changes: 6 additions & 1 deletion packages/snapshot/package.json
Expand Up @@ -2,13 +2,18 @@
"name": "@vitest/snapshot",
"type": "module",
"version": "0.30.1",
"description": "Vitest Snapshot Resolver",
"description": "Vitest snapshot manager",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/snapshot#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/snapshot"
},
"bugs": {
"url": "https://github.com/vitest-dev/vitest/issues"
},
"sideEffects": false,
"exports": {
".": {
Expand Down
5 changes: 5 additions & 0 deletions packages/spy/package.json
Expand Up @@ -4,11 +4,16 @@
"version": "0.30.1",
"description": "Lightweight Jest compatible spy implementation",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/spy#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/spy"
},
"bugs": {
"url": "https://github.com/vitest-dev/vitest/issues"
},
"sideEffects": false,
"exports": {
".": {
Expand Down
5 changes: 5 additions & 0 deletions packages/ui/package.json
Expand Up @@ -4,11 +4,16 @@
"version": "0.30.1",
"description": "UI for Vitest",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/ui#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/vitest-dev/vitest/issues"
},
"sideEffects": false,
"exports": {
".": {
Expand Down
5 changes: 5 additions & 0 deletions packages/utils/package.json
Expand Up @@ -4,11 +4,16 @@
"version": "0.30.1",
"description": "Shared Vitest utility functions",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/utils"
},
"bugs": {
"url": "https://github.com/vitest-dev/vitest/issues"
},
"sideEffects": false,
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Vite as Node.js runtime",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/blob/main/packages/vite-node#readme",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Expand Up @@ -5,7 +5,7 @@
"description": "A blazing fast unit test framework powered by Vite",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest#readme",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/web-worker/package.json
Expand Up @@ -4,11 +4,16 @@
"version": "0.30.1",
"description": "Web Worker support for testing in Vitest",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/web-worker#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/web-worker"
},
"bugs": {
"url": "https://github.com/vitest-dev/vitest/issues"
},
"sideEffects": false,
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ws-client/package.json
Expand Up @@ -5,8 +5,8 @@
"description": "WebSocket client wrapper for communicating with Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/vitest-dev/vitest#readme",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/ws-client#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
Expand Down

0 comments on commit c1dbcb4

Please sign in to comment.