mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user