v0.71.0 in xplat/js

Reviewed By: yungsters

Differential Revision: D7787035

fbshipit-source-id: 07defbbaa6fdc8f3016727fe6d6b1640efbf8ab6
This commit is contained in:
Mayank Patke
2018-04-28 01:57:37 -07:00
committed by Facebook Github Bot
parent c18d2a9669
commit d0822c3bcc
4 changed files with 3 additions and 5 deletions

View File

@@ -77,9 +77,7 @@ const defaultRNConfig = {
const name = pathToCommands.split(path.sep)[0];
return attachPackage(
// $FlowFixMe non-literal require
require(path.join(appRoot, 'node_modules', pathToCommands)),
// $FlowFixMe non-literal require
require(path.join(appRoot, 'node_modules', name, 'package.json'))
);
});

View File

@@ -51,4 +51,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
[version]
^0.70.0
^0.71.0