repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 08ee3c2841670c945678d8048eb7a9c52390c0e5:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 08ee3c2841670c945678d8048eb7a9c52390c0e5
Author: robert 
Date:   Thu Dec 21 18:19:00 2017 -0500

    Moved 'uglify-es' from devDependencies to dependencies to fix build errors

diff --git a/package.json b/package.json
index 8693f9076cadfdb6732a1d87d3e16c90abf4f184..
index ..197f78422bc5f42bb975d91ebf59db1940f253d2 100644
--- a/package.json
+++ b/package.json
@@ -17,15 +17,15 @@
     "jasmine-core": "*",
     "karma-jasmine": "*",
     "karma-jasmine-imagediff": "*",
-    "karma-chrome-launcher": "*",
-    "uglify-es": "*"
+    "karma-chrome-launcher": "*"
   },
   "repository": {
     "type": "git",
     "url": "https://github.com/jbaicoianu/janusweb"
   },
   "dependencies": {
-    "elation-engine": ">=0.9.3"
+    "elation-engine": ">=0.9.3",
+    "uglify-es": "*"
   },
   "keywords": [
     "elation",

-----END OF PAGE-----