Skip to content

Commit 62ac372

Browse files
Martin Konicekfacebook-github-bot-9
authored andcommitted
Actually revert facebook@2608efc
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
1 parent 68c5281 commit 62ac372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"dependencies": {
5050
"absolute-path": "^0.0.0",
5151
"babel": "^5.8.23",
52+
"babel-core": "^5.8.23",
5253
"bser": "^1.0.2",
5354
"chalk": "^1.1.1",
5455
"connect": "^2.8.3",

0 commit comments

Comments
 (0)