From 76abdddae83b238bdeb90e96b372933e41279de6 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Mon, 12 May 2014 01:14:01 -0700 Subject: [PATCH] todomvc-flux: Depend on uglify-js, not uglifyjs Fixes #1505. Confusingly, the uglify-js package provides the `uglifyjs` binary and `npm run-script build` didn't work if uglify-js wasn't installed globally; now it does. --- examples/todomvc-flux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todomvc-flux/package.json b/examples/todomvc-flux/package.json index 548676d0df..77206cc43d 100644 --- a/examples/todomvc-flux/package.json +++ b/examples/todomvc-flux/package.json @@ -12,7 +12,7 @@ "envify": "~1.2.0", "reactify": "~0.4.0", "statics": "~0.1.0", - "uglifyjs": "~2.3.6", + "uglify-js": "~2.4.13", "watchify": "~0.4.1" }, "scripts": {