Skip to content

Commit 3b0b67a

Browse files
author
Didier Franc
committed
Add missing babel-cli dependency
1 parent 0b95a99 commit 3b0b67a

File tree

2 files changed

+1012
-5
lines changed

2 files changed

+1012
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-code-splitting",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Code splitting won't be a nightmare anymore",
55
"main": "./dist/react-code-splitting.js",
66
"repository": "https://github.com/didierfranc/react-code-splitting",
@@ -10,6 +10,7 @@
1010
"build": "babel ./src/index.js --out-file ./dist/react-code-splitting.js"
1111
},
1212
"devDependencies": {
13+
"babel-cli": "^6.23.0",
1314
"babel-core": "^6.22.1",
1415
"babel-preset-es2015": "^6.22.0",
1516
"babel-preset-react": "^6.22.0",

0 commit comments

Comments
 (0)