added uglify as devDependency for enyo build
authorTravis Webb <me@traviswebb.com>
Fri, 13 Jun 2014 06:39:33 +0000 (02:39 -0400)
committerTravis Webb <me@traviswebb.com>
Fri, 13 Jun 2014 06:39:33 +0000 (02:39 -0400)
package.json

index 7059681..ab89da5 100644 (file)
     "nopt": "2.0.0",
     "require-uncache": "0.0.x",
     "shelljs": "0.0.8",
+    "uglify-js": "^2.4.14",
     "walker": "^1.0.6",
     "xtuple-server": "^0.9.0",
     "zombie": "2.x"
   },
   "bundledDependencies": [
+    "fluentreports",
+    "json-patch",
     "nopt",
     "shelljs",
-    "walker",
-    "fluentreports",
-    "json-patch"
+    "uglify-js": "^2.4.14",
+    "walker"
   ],
   "optionalDependencies": {
     "xtuple-query": "~1.0.0",