Skip to content

Commit

Permalink
chore(build): add directory details to the package.json of all packag…
Browse files Browse the repository at this point in the history
…es (jestjs#7649)
  • Loading branch information
greysteil authored and captain-yossarian committed Jul 18, 2019
1 parent 9588f39 commit 21678f3
Show file tree
Hide file tree
Showing 36 changed files with 72 additions and 36 deletions.
3 changes: 2 additions & 1 deletion packages/babel-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/babel-jest"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-plugin-jest-hoist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/babel-plugin-jest-hoist"
},
"engines": {
"node": ">= 6"
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-preset-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/babel-preset-jest"
},
"license": "MIT",
"main": "index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/diff-sequences/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/diff-sequences"
},
"license": "MIT",
"description": "Compare items in two sequences to find a longest common subsequence",
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-config-fb-strict/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/eslint-config-fb-strict"
},
"license": "MIT",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/expect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/expect"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-changed-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-changed-files"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-circus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-circus"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest"
"url": "https://github.com/facebook/jest",
"directory": "packages/jest-cli"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-config"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-diff"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-docblock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-docblock"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-each/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-each"
},
"keywords": [
"jest",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.4.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-environment-jsdom"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-environment-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.4.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-environment-node"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-get-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-get-type"
},
"engines": {
"node": ">= 6"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-haste-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-haste-map"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-jasmine2"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-leak-detector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-leak-detector"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-matcher-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-matcher-utils"
},
"engines": {
"node": ">= 6"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-message-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.4.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-message-util"
},
"engines": {
"node": ">= 6"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-mock"
},
"engines": {
"node": ">= 6"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-phabricator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-phabricator"
},
"engines": {
"node": ">= 6"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-regex-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-regex-util"
},
"engines": {
"node": ">= 6"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-repl"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-resolve-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-resolve-dependencies"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-resolve"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-runner"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-runtime"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-serializer"
},
"engines": {
"node": ">= 6"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-snapshot"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.4.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-util"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-validate"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest"
"url": "https://github.com/facebook/jest",
"directory": "packages/jest-watcher"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-worker"
},
"license": "MIT",
"main": "build/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/pretty-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/pretty-format"
},
"license": "MIT",
"description": "Stringify any JavaScript value.",
Expand Down

0 comments on commit 21678f3

Please sign in to comment.