Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 400841f

Browse files
committed
Fix package.json
1 parent 900caa6 commit 400841f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"name": "react-boilerplate",
3-
"version": "2.0.0",
42
"private": true,
53
"dependencies": {
64
"autoprefixer": "7.1.2",
@@ -10,6 +8,7 @@
108
"babel-loader": "7.1.1",
119
"babel-preset-react-app": "^3.0.2",
1210
"babel-runtime": "6.26.0",
11+
"babel-plugin-transform-decorators-legacy": "^1.3.4",
1312
"case-sensitive-paths-webpack-plugin": "2.1.1",
1413
"css-loader": "0.28.4",
1514
"dotenv": "4.0.0",
@@ -42,7 +41,6 @@
4241
"whatwg-fetch": "2.0.3"
4342
},
4443
"devDependencies": {
45-
"babel-plugin-transform-decorators-legacy": "^1.3.4",
4644
"chalk": "1.1.3",
4745
"flow-bin": "0.52",
4846
"flow-typed": "^2.1.5",

0 commit comments

Comments
 (0)