Upgrade Commoner to v0.8.14 for multiple file support.

See [Commoner's README.md](
https://github.com/benjamn/commoner#generating-multiple-files-from-one-source-module)
for further explanation of the new functionality.

Among other potential benefits, this upgrade allows us to generate source
maps as standalone files rather than appending them inline to every
compiled module file under `build/modules/` (see #833).
This commit is contained in:
Ben Newman
2014-01-23 15:25:20 -05:00
parent 38491c7c93
commit 1e702f7258
+2 -2
View File
@@ -33,7 +33,7 @@
"url": "https://github.com/facebook/react"
},
"dependencies": {
"commoner": "~0.8.13",
"commoner": "~0.8.14",
"esprima-fb": "~2001.1001.0-dev-harmony-fb",
"jstransform": "~2.0.2"
},
@@ -73,6 +73,6 @@
},
"preferGlobal": true,
"commonerConfig": {
"version": 2
"version": 3
}
}