Skip to content

Commit 21678f3

Browse files
greysteilcaptain-yossarian
authored andcommitted
chore(build): add directory details to the package.json of all packages (jestjs#7649)
1 parent 9588f39 commit 21678f3

File tree

36 files changed

+72
-36
lines changed

36 files changed

+72
-36
lines changed

packages/babel-jest/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"version": "23.6.0",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/facebook/jest.git"
7+
"url": "https://github.com/facebook/jest.git",
8+
"directory": "packages/babel-jest"
89
},
910
"license": "MIT",
1011
"main": "build/index.js",

packages/babel-plugin-jest-hoist/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.2.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/babel-plugin-jest-hoist"
78
},
89
"engines": {
910
"node": ">= 6"

packages/babel-preset-jest/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.2.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/babel-preset-jest"
78
},
89
"license": "MIT",
910
"main": "index.js",

packages/diff-sequences/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/diff-sequences"
78
},
89
"license": "MIT",
910
"description": "Compare items in two sequences to find a longest common subsequence",

packages/eslint-config-fb-strict/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.2.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/eslint-config-fb-strict"
78
},
89
"license": "MIT",
910
"dependencies": {

packages/expect/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/expect"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-changed-files/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.4.2",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-changed-files"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-circus/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-circus"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-cli/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
},
5050
"repository": {
5151
"type": "git",
52-
"url": "https://github.com/facebook/jest"
52+
"url": "https://github.com/facebook/jest",
53+
"directory": "packages/jest-cli"
5354
},
5455
"bugs": {
5556
"url": "https://github.com/facebook/jest/issues"

packages/jest-config/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-config"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-diff/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-diff"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-docblock/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.2.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-docblock"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-each/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "build/index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/facebook/jest.git"
8+
"url": "https://github.com/facebook/jest.git",
9+
"directory": "packages/jest-each"
910
},
1011
"keywords": [
1112
"jest",

packages/jest-environment-jsdom/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.4.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-environment-jsdom"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-environment-node/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.4.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-environment-node"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-get-type/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"version": "22.1.0",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/facebook/jest.git"
7+
"url": "https://github.com/facebook/jest.git",
8+
"directory": "packages/jest-get-type"
89
},
910
"engines": {
1011
"node": ">= 6"

packages/jest-haste-map/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-haste-map"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-jasmine2/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-jasmine2"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-leak-detector/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-leak-detector"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-matcher-utils/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"version": "23.6.0",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/facebook/jest.git"
7+
"url": "https://github.com/facebook/jest.git",
8+
"directory": "packages/jest-matcher-utils"
89
},
910
"engines": {
1011
"node": ">= 6"

packages/jest-message-util/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.4.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-message-util"
78
},
89
"engines": {
910
"node": ">= 6"

packages/jest-mock/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.2.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-mock"
78
},
89
"engines": {
910
"node": ">= 6"

packages/jest-phabricator/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.2.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-phabricator"
78
},
89
"engines": {
910
"node": ">= 6"

packages/jest-regex-util/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.3.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-regex-util"
78
},
89
"engines": {
910
"node": ">= 6"

packages/jest-repl/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-repl"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-resolve-dependencies/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-resolve-dependencies"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-resolve/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-resolve"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-runner/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-runner"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-runtime/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-runtime"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-serializer/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.0.1",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-serializer"
78
},
89
"engines": {
910
"node": ">= 6"

packages/jest-snapshot/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-snapshot"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-util/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.4.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-util"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-validate/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-validate"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/jest-watcher/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/facebook/jest"
14+
"url": "https://github.com/facebook/jest",
15+
"directory": "packages/jest-watcher"
1516
},
1617
"bugs": {
1718
"url": "https://github.com/facebook/jest/issues"

packages/jest-worker/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.2.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/jest-worker"
78
},
89
"license": "MIT",
910
"main": "build/index.js",

packages/pretty-format/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "23.6.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/facebook/jest.git"
6+
"url": "https://github.com/facebook/jest.git",
7+
"directory": "packages/pretty-format"
78
},
89
"license": "MIT",
910
"description": "Stringify any JavaScript value.",

0 commit comments

Comments
 (0)