Merge pull request #119 from thelounge/astorije/bump-grunt

Bump grunt-contrib-uglify and pin versions of grunt packages
This commit is contained in:
Jérémie Astori 2016-02-29 02:35:09 -05:00
commit 8c45cb26c3
1 changed files with 4 additions and 4 deletions

View File

@ -43,10 +43,10 @@
"devDependencies": { "devDependencies": {
"stylelint": "4.3.3", "stylelint": "4.3.3",
"eslint": "^1.5.1", "eslint": "^1.5.1",
"grunt": "~0.4.5", "grunt": "0.4.5",
"grunt-cli": "^0.1.13", "grunt-cli": "0.1.13",
"grunt-contrib-uglify": "~0.5.0", "grunt-contrib-uglify": "0.11.1",
"grunt-contrib-watch": "^0.6.1", "grunt-contrib-watch": "0.6.1",
"handlebars": "^2.0.0", "handlebars": "^2.0.0",
"mocha": "2.4.5" "mocha": "2.4.5"
} }