Skip to content

Commit 4cfacea

Browse files
authored
Merge pull request #5 from cchamberlain/patch-1
Move Jest to devDependencies
2 parents 42c8eba + b235e9a commit 4cfacea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
},
2121
"typings": "dist/index.d.ts",
2222
"dependencies": {
23-
"jest": "20",
2423
"ts-is-kind": "^1.0.0",
2524
"typescript": "^2.5.2"
2625
},
@@ -29,6 +28,7 @@
2928
"@types/node": "^7.0.31",
3029
"@types/react": "^16.0.5",
3130
"styled-components": "^2.1.2",
31+
"jest": "20",
3232
"ts-jest": "20",
3333
"ts-node": "^3.3.0"
3434
},

0 commit comments

Comments
 (0)