Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 1c3d7f7

Browse files
committed
missing package
1 parent 16f80e2 commit 1c3d7f7

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
@@ -37,6 +37,7 @@
3737
"babel": "^5.8.23",
3838
"babel-eslint": "^4.1.1",
3939
"babel-jscs": "^2.0.4",
40+
"babelify": "^7.2.0",
4041
"bluebird": "^2.9.34",
4142
"commander": "^2.8.1",
4243
"concurrently": "^0.1.1",
@@ -46,11 +47,11 @@
4647
"jscs": "^2.1.1",
4748
"lodash": "^3.10.1",
4849
"mustache": "^2.1.3",
50+
"reactify": "^1.1.1",
4951
"semver": "^5.0.1",
5052
"shelljs": "^0.5.3",
5153
"string": "^3.3.1",
52-
"watchify": "^3.4.0",
53-
"reactify": "^1.1.1"
54+
"watchify": "^3.4.0"
5455
},
5556
"browserify": {
5657
"transform": [
@@ -65,4 +66,4 @@
6566
"jscs": "jscs ./src ./test",
6667
"eslint": "eslint --ext .js ./src ./test"
6768
}
68-
}
69+
}

0 commit comments

Comments
 (0)