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.
This commit is contained in:
Ben Alpert
2014-05-12 01:14:01 -07:00
parent 6b1c546602
commit 76abdddae8
+1 -1
View File
@@ -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": {