Skip to content

Commit bda84a3

Browse files
Ives van Hoornefacebook-github-bot
Ives van Hoorne
authored andcommitted
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
1 parent 374fd7c commit bda84a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@
167167
"graceful-fs": "^4.1.3",
168168
"inquirer": "^3.0.6",
169169
"lodash": "^4.17.5",
170-
"metro": "^0.43.0",
171-
"metro-babel-register": "^0.43.0",
172-
"metro-core": "^0.43.0",
173-
"metro-memory-fs": "^0.43.0",
170+
"metro": "^0.43.1",
171+
"metro-babel-register": "^0.43.1",
172+
"metro-core": "^0.43.1",
173+
"metro-memory-fs": "^0.43.1",
174174
"mime": "^1.3.4",
175175
"minimist": "^1.2.0",
176176
"mkdirp": "^0.5.1",

0 commit comments

Comments
 (0)