We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b95a99 commit 3b0b67aCopy full SHA for 3b0b67a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-code-splitting",
3
- "version": "1.0.3",
+ "version": "1.1.0",
4
"description": "Code splitting won't be a nightmare anymore",
5
"main": "./dist/react-code-splitting.js",
6
"repository": "https://github.com/didierfranc/react-code-splitting",
@@ -10,6 +10,7 @@
10
"build": "babel ./src/index.js --out-file ./dist/react-code-splitting.js"
11
},
12
"devDependencies": {
13
+ "babel-cli": "^6.23.0",
14
"babel-core": "^6.22.1",
15
"babel-preset-es2015": "^6.22.0",
16
"babel-preset-react": "^6.22.0",
0 commit comments