summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-12-12 10:15:29 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-12-12 10:15:29 -0200
commit5b539c61f559ec45287f6911d82f13dbbcae4552 (patch)
treef736caadc5cd1bc52171db40334b323175e2210c /web-ui/package.json
parent9787c739b6ecefd3e8ed822435fa7262e9767811 (diff)
ooopsie, forgot the minify npm package which broke packaging the UI thus breaking the dispatcher
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index fefa5dc7..878e3103 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -3,6 +3,7 @@
"version": "0.0.0",
"devDependencies": {
"bower": "1.3.12",
+ "minify": "1.4.0",
"handlebars": "2.0.0",
"html-minifier": "^0.6.9",
"imagemin": "3.1.0",