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

Commit 733d2f2

Browse files
Add dependencies for release tool
1 parent e3dbffe commit 733d2f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,18 @@
3737
"babel": "^5.8.23",
3838
"babel-eslint": "^4.1.1",
3939
"babel-jscs": "^2.0.4",
40+
"bluebird": "^2.9.34",
41+
"commander": "^2.8.1",
4042
"concurrently": "^0.1.1",
4143
"eslint": "^1.3.1",
4244
"eslint-plugin-react": "^3.3.1",
4345
"http-server": "^0.8.0",
4446
"jscs": "^2.1.1",
47+
"lodash": "^3.10.1",
48+
"mustache": "^2.1.3",
49+
"semver": "^5.0.1",
50+
"shelljs": "^0.5.3",
51+
"string": "^3.3.1",
4552
"watchify": "^3.4.0"
4653
},
4754
"scripts": {

0 commit comments

Comments
 (0)