diff options
| author | XhmikosR <[email protected]> | 2015-04-04 12:05:00 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-04-08 09:24:23 +0300 |
| commit | 381a55ed1a5675ce1728de890759d61370315ab9 (patch) | |
| tree | cdf5e5d928cd0ef18dc31996140ede89f403db38 /package.json | |
| parent | 8a9d698daf6e2e25004733810b9fa8d0a4a1ccd4 (diff) | |
| download | bootstrap-381a55ed1a5675ce1728de890759d61370315ab9.tar.xz bootstrap-381a55ed1a5675ce1728de890759d61370315ab9.zip | |
Update dependencies.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/package.json b/package.json index 028088096..9494c1a25 100644 --- a/package.json +++ b/package.json @@ -45,9 +45,9 @@ "grunt-contrib-cssmin": "~0.12.2", "grunt-contrib-jade": "~0.14.1", "grunt-contrib-jshint": "~0.11.1", - "grunt-contrib-less": "~1.0.0", + "grunt-contrib-less": "~1.0.1", "grunt-contrib-qunit": "~0.7.0", - "grunt-contrib-uglify": "~0.9.0", + "grunt-contrib-uglify": "~0.9.1", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~3.0.0", "grunt-exec": "~0.4.6", @@ -82,6 +82,10 @@ "exports": "$" } }, - "files": ["css", "fonts", "js"] + "files": [ + "css", + "fonts", + "js" + ] } } |
