Remove babel-generator as a dep from metro and xplat

Reviewed By: rubennorte

Differential Revision: D7788529

fbshipit-source-id: 6459a7a9f53d9b813e8f2c925107726ed46b4a2b
This commit is contained in:
Peter van der Zee 2018-04-27 09:23:14 -07:00 committed by Facebook Github Bot
parent d82afc42d8
commit 5acc620f42
2 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "8.2.1",
"babel-generator": "^6.26.0",
"babel-jest": "23.0.0-beta.1",
"babel-plugin-syntax-trailing-function-commas": "^6.20.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",

View File

@ -49,14 +49,12 @@
"absolute-path": "^0.0.0",
"async": "^2.4.0",
"babel-core": "^6.24.1",
"babel-generator": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-preset-es2015-node": "^6.1.1",
"babel-preset-fbjs": "^2.1.4",
"babel-preset-react-native": "^5.0.0",
"babel-register": "^6.24.1",
"babel-template": "^6.24.1",
"babylon": "^6.18.0",
"chalk": "^1.1.1",
"concat-stream": "^1.6.0",