Actually revert 2608efccb6
Summary: We need to keep both babel and babel-core top level. `npm-shrinkwrap` defines that to be at the top level but that's only used when cloning the github repo. When publishing to npm and installing from npm, it has no effect (it's not published anywhere). This file assumes `babel-core` is at the top level: https://github.com/facebook/react-native/blob/master/packager/babelRegisterOnly.js public Reviewed By: davidaurelio Differential Revision: D2565054 fb-gh-sync-id: 7d6a079d88e09c1ba0478cf4041948e330da639a
This commit is contained in:
parent
68c52814d6
commit
62ac37275f
|
@ -49,6 +49,7 @@
|
|||
"dependencies": {
|
||||
"absolute-path": "^0.0.0",
|
||||
"babel": "^5.8.23",
|
||||
"babel-core": "^5.8.23",
|
||||
"bser": "^1.0.2",
|
||||
"chalk": "^1.1.1",
|
||||
"connect": "^2.8.3",
|
||||
|
|
Loading…
Reference in New Issue