We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5074d9 commit 2fa64a2Copy full SHA for 2fa64a2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "simple_react_start_kit_2017",
3
"description": "react webpack2 react-router example",
4
- "version": "1.2.0",
+ "version": "1.2.1",
5
"main": "src/index.js",
6
"scripts": {
7
"clean": "rimraf dist/*",
@@ -21,6 +21,8 @@
21
"react-dom": "16.4.2"
22
},
23
"devDependencies": {
24
+ "@babel/core": "^7.0.0",
25
+ "@babel/preset-env": "^7.0.0",
26
"autoprefixer": "9.1.3",
27
"babel-core": "6.26.3",
28
"babel-eslint": "9.0.0",
0 commit comments