Skip to content

Commit ef607f9

Browse files
committed
fix: add babel-cli to devDeps
1 parent d09eaec commit ef607f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
"has-localstorage": "^1.0.1"
1010
},
1111
"devDependencies": {
12+
"babel-cli": "^6.3.15",
1213
"babel-eslint": "^4.1.6",
1314
"babel-preset-es2015": "^6.3.13",
1415
"babel-tape-runner": "^1.3.0",
1516
"eslint": "^1.9.0",
1617
"npm-run-all": "^1.2.12",
1718
"proxyquire": "^1.7.3",
19+
"semantic-release": "^4.3.5",
1820
"tape": "^4.2.2",
19-
"watch": "^0.16.0",
20-
"semantic-release": "^4.3.5"
21+
"watch": "^0.16.0"
2122
},
2223
"scripts": {
2324
"prepublish": "npm run build",

0 commit comments

Comments
 (0)