From 1e702f7258cf406b89b131bd2a552dcb9dd929a5 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 23 Jan 2014 15:13:02 -0500 Subject: [PATCH] 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). --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 351ed6b58e7ee..95ae8b72837ad 100644 --- a/package.json +++ b/package.json @@ -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 } }