Skip to content

Commit

Permalink
Install React as a dev dependency
Browse files Browse the repository at this point in the history
Once another project uses this package, these should become peerDependencies.  Until then install automatically.
  • Loading branch information
Ray Schamp committed Oct 13, 2016
1 parent 7f51b9b commit edd09fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
global:
- BASE_PATH=/scratch-gui/
before_install:
- npm install react@15 react-dom@15
- rm -rf node_modules/scratch-*
after_script:
- |
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"type": "git",
"url": "git+ssh://git@github.com/LLK/scratch-gui.git"
},
"peerDependencies": {
"react": "15.x.x",
"react-dom": "15.x.x"
},
"devDependencies": {
"babel-core": "6.14.0",
"babel-eslint": "6.1.2",
Expand All @@ -32,6 +28,8 @@
"json-loader": "0.5.4",
"lodash.defaultsdeep": "4.4.0",
"minilog": "3.0.1",
"react": "15.x.x",
"react-dom": "15.x.x",
"scratch-blocks": "^0.1.0-prerelease",
"scratch-render": "^0.1.0-prerelease",
"scratch-vm": "^0.1.0-prerelease",
Expand Down

0 comments on commit edd09fa

Please # to comment.