Skip to content

Commit 7e522f4

Browse files
author
Ben Jeffery
committed
Update deps
1 parent a4c8d12 commit 7e522f4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"dependencies": {
1313
"lodash.clonedeep": "^4.5.0",
14-
"prop-types": "^15.5.10"
14+
"prop-types": "^15.5.10",
15+
"react": "^15.6.1"
1516
},
1617
"devDependencies": {
1718
"babel-cli": "^6.22.2",
@@ -20,7 +21,7 @@
2021
"babel-preset-stage-1": "^6.22.0",
2122
"gulp": "^3.9.1",
2223
"gulp-bump": "^2.5.1",
23-
"gulp-git": "^1.12.0",
24+
"gulp-git": "^2.4.2",
2425
"gulp-util": "^3.0.8"
2526
},
2627
"peerDependencies": {
@@ -30,7 +31,7 @@
3031
"react": "global:React"
3132
},
3233
"scripts": {
33-
"prepublish": "npm run compile",
34+
"prepare": "npm run compile",
3435
"compile": "babel --presets es2015,stage-1,react -d lib/ src/",
3536
"bump": "gulp bump",
3637
"bump:minor": "gulp bump:minor",

0 commit comments

Comments
 (0)