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:
Martin Konicek 2015-10-21 09:32:54 -07:00 committed by facebook-github-bot-9
parent 68c52814d6
commit 62ac37275f
1 changed files with 1 additions and 0 deletions

View File

@ -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",