Skip to content

Commit

Permalink
Move react-transform-hmr dep to "dependencies"
Browse files Browse the repository at this point in the history
Summary:
It is required from the RN app JS, so it needs to be in prod dependencies.

cc martinbigio
Closes facebook#5091

Reviewed By: svcscm

Differential Revision: D2798891

Pulled By: martinbigio

fb-gh-sync-id: 976ccf4d96338c8e3d7e457710559be51c4f7405
  • Loading branch information
ide authored and facebook-github-bot-6 committed Jan 4, 2016
1 parent a6bca40 commit 7100df0
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
128 changes: 64 additions & 64 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"promise": "^7.0.4",
"react": "^0.14.5",
"react-timer-mixin": "^0.13.2",
"react-transform-hmr": "^1.0.1",
"rebound": "^0.0.13",
"regenerator": "^0.8.36",
"sane": "^1.2.0",
Expand All @@ -130,7 +131,6 @@
"eslint-plugin-react": "3.3.1",
"portfinder": "0.4.0",
"temp": "0.8.3",
"babel-plugin-react-transform": "2.0.0-beta1",
"react-transform-hmr": "1.0.1"
"babel-plugin-react-transform": "2.0.0-beta1"
}
}

0 comments on commit 7100df0

Please sign in to comment.