Skip to content
This repository was archived by the owner on Oct 8, 2018. It is now read-only.

Commit 774a096

Browse files
author
Travis Mathis
committed
dependency fix test
1 parent cdc6c80 commit 774a096

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
"repository": "[email protected]:GrillWork/react-file-reader.git",
77
"author": "Grillwork Inc",
88
"license": "MIT",
9-
"dependencies": {
10-
"prop-types": "^15.5.4",
11-
"uuid4": "^1.0.0"
12-
},
139
"devDependencies": {
1410
"babel-cli": "^6.24.0",
1511
"babel-core": "^6.7.6",
@@ -25,7 +21,9 @@
2521
"jest": "^19.0.2",
2622
"react": "15.4.2",
2723
"react-addons-test-utils": "15.4.2",
28-
"react-dom": "15.4.2"
24+
"react-dom": "15.4.2",
25+
"uuid4": "^1.0.0",
26+
"prop-types": "^15.5.4"
2927
},
3028
"scripts": {
3129
"build": "./node_modules/.bin/babel ReactFileReader.js -o index.js",

0 commit comments

Comments
 (0)