Skip to content

Commit

Permalink
todomvc-flux: Depend on uglify-js, not uglifyjs
Browse files Browse the repository at this point in the history
Fixes facebook#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.
  • Loading branch information
sophiebits committed May 12, 2014
1 parent 6b1c546 commit 76abddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todomvc-flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 76abddd

Please sign in to comment.