Skip to content

Commit 24283e6

Browse files
greysteilSimenB
authored andcommitted
chore(build): add directory details to the package.json of all packages (#7649)
1 parent 189bedc commit 24283e6

File tree

36 files changed

+72
-36
lines changed

36 files changed

+72
-36
lines changed

packages/babel-jest/package.json

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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",

0 commit comments

Comments
 (0)