Skip to content

Commit 001d4d0

Browse files
TASK: Remove greenkeeper ignore list
Also moving jest to the development dependencies.
1 parent 4a51589 commit 001d4d0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
],
2323
"dependencies": {
2424
"hoist-non-react-statics": "^3.0.1",
25-
"invariant": "^2.2.4",
26-
"jest": "^23.4.2"
25+
"invariant": "^2.2.4"
2726
},
2827
"devDependencies": {
2928
"@types/react": "^16.4.7",
@@ -39,6 +38,7 @@
3938
"eslint-plugin-prettier": "^2.6.2",
4039
"eslint-plugin-react": "^7.10.0",
4140
"fbjs": "^0.8.17",
41+
"jest": "^23.4.2",
4242
"jsdom": "^9.8.3",
4343
"prettier": "^1.14.0",
4444
"prop-types": "^15.6.2",
@@ -69,11 +69,6 @@
6969
"lib": "lib",
7070
"test": "test"
7171
},
72-
"greenkeeper": {
73-
"ignore": [
74-
"jsdom"
75-
]
76-
},
7772
"jest": {
7873
"verbose": true,
7974
"testURL": "http://localhost/"

0 commit comments

Comments
 (0)