Fix configuration naming in loadConfig
Summary: There was a typo in configuration names that sneaked in... Reviewed By: mjesun Differential Revision: D9028977 fbshipit-source-id: 23d4a7040b3d37bef587de8822f2bda0ace87aea
This commit is contained in:
parent
374fd7c0cd
commit
bda84a32d0
|
@ -167,10 +167,10 @@
|
|||
"graceful-fs": "^4.1.3",
|
||||
"inquirer": "^3.0.6",
|
||||
"lodash": "^4.17.5",
|
||||
"metro": "^0.43.0",
|
||||
"metro-babel-register": "^0.43.0",
|
||||
"metro-core": "^0.43.0",
|
||||
"metro-memory-fs": "^0.43.0",
|
||||
"metro": "^0.43.1",
|
||||
"metro-babel-register": "^0.43.1",
|
||||
"metro-core": "^0.43.1",
|
||||
"metro-memory-fs": "^0.43.1",
|
||||
"mime": "^1.3.4",
|
||||
"minimist": "^1.2.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
|
|
Loading…
Reference in New Issue