Skip to content

Commit 2fa64a2

Browse files
committed
v1.2.1
1 parent a5074d9 commit 2fa64a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple_react_start_kit_2017",
33
"description": "react webpack2 react-router example",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"main": "src/index.js",
66
"scripts": {
77
"clean": "rimraf dist/*",
@@ -21,6 +21,8 @@
2121
"react-dom": "16.4.2"
2222
},
2323
"devDependencies": {
24+
"@babel/core": "^7.0.0",
25+
"@babel/preset-env": "^7.0.0",
2426
"autoprefixer": "9.1.3",
2527
"babel-core": "6.26.3",
2628
"babel-eslint": "9.0.0",

0 commit comments

Comments
 (0)