Skip to content

Commit

Permalink
Move react scripts to dependencies
Browse files Browse the repository at this point in the history
Required to build on remote server
  • Loading branch information
lexun committed Dec 13, 2016
1 parent 2fb4d51 commit cdb91fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@zeal/react-scripts": "^0.1.8",
"apollo-client": "^0.5.19",
"babel-eslint": "^7.1.1",
"enzyme": "^2.6.0",
Expand Down Expand Up @@ -32,8 +33,5 @@
"eject": "react-scripts eject",
"lint": "eslint 'client/**/*.js' --max-warnings 0",
"validate": "npm-run-all --parallel lint test"
},
"devDependencies": {
"@zeal/react-scripts": "^0.1.8"
}
}

0 comments on commit cdb91fd

Please sign in to comment.