Upgrade Commoner

It no longer parses @providesModule directives by default.

Fixes #1145
This commit is contained in:
Paul O’Shannessy
2014-08-18 15:11:02 -07:00
parent a43d8c588b
commit 32d3f79dc5
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ module.exports = function() {
"--cache-dir", ".module-cache",
"--relativize",
"--follow-requires",
"--use-provides-module",
config.sourceDir,
config.outputDir
];

View File

@@ -31,7 +31,7 @@
"url": "https://github.com/facebook/react"
},
"dependencies": {
"commoner": "^0.9.6",
"commoner": "^0.10.0",
"esprima-fb": "^4001.3001.0-dev-harmony-fb",
"jstransform": "^6.0.1"
},