Less repetition in grunt file

This commit is contained in:
Vit Brunner
2014-10-31 21:03:46 +01:00
parent 42dbd84a12
commit 68d59f816b
2 changed files with 5 additions and 8 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
"grunt-contrib-qunit": "0.5.x",
"grunt-contrib-stylus": "0.20.x",
"grunt-contrib-uglify": "0.6.x",
"grunt-contrib-watch": "0.6.x"
"grunt-contrib-watch": "0.6.x",
"lodash": "2.4.x"
},
"scripts": {
"test": "node_modules/.bin/grunt test",