summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2016-06-26 08:20:57 +0200
committerBruno Wagner <bwagner@riseup.net>2016-06-26 08:20:57 +0200
commit9a80249f87cd10ed77c07fce63d4e36c96060127 (patch)
treece1207aa309a6e80579d7675aa17750b0b8ce063 /web-ui/package.json
parentee96141af8045d57bfc0a7560ee10ca90d7cd3d8 (diff)
Updated bower and fixed dist clean
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index 331b51f8..77db56a2 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -5,7 +5,7 @@
"repository": "https://github.com/pixelated-project/pixelated-user-agent",
"private": true,
"devDependencies": {
- "bower": "1.7.2",
+ "bower": "1.7.9",
"handlebars": "2.0.0",
"html-minifier": "2.1.6",
"imagemin": "5.2.1",
@@ -33,7 +33,7 @@
"compass-watch": "compass watch",
"build": "npm run clean && npm run handlebars && npm run add_git_version && npm run compass",
"jshint": "node_modules/jshint/bin/jshint --config=.jshintrc app test",
- "clean": "rm -rf .tmp/ dist/**/* app/js/generated/hbs/* app/css/*",
+ "clean": "rm -rf .tmp/ 'dist/*' app/js/generated/hbs/* app/css/*",
"buildmain": "node_modules/requirejs/bin/r.js -o config/buildoptions.js",
"package": "/bin/bash config/package.sh",
"imagemin": "node config/imagemin.js",