aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZog2018-02-09 17:01:46 +0100
committerZog2018-02-09 17:01:46 +0100
commitf1067f0a3af9b1e801f01f57b3a010cb849c6794 (patch)
tree03b544e188739e90c061d0ee5792758ed8dcb768
parente2c316740beb7d9704d3bfb31f97f7ab4e436865 (diff)
downloadchouette-core-f1067f0a3af9b1e801f01f57b3a010cb849c6794.tar.bz2
Fix package.json for production env
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 25b158e3d..1a63eeac3 100644
--- a/package.json
+++ b/package.json
@@ -23,6 +23,7 @@
"redux-logger": "3.0.6",
"redux-promise": "0.5.3",
"redux-thunk": "2.2.0",
+ "uglify-js": "3.3.2",
"whatwg-fetch": "2.0.3"
},
"license": "MIT",
@@ -41,7 +42,6 @@
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "^16.2.0",
"sinon": "4.1.3",
- "uglify-js": "3.3.2",
"webpack-dev-server": "2.9.7"
},
"jest": {