Grunt file added

This commit is contained in:
Christian Kuster
2016-04-06 21:47:38 +02:00
parent 398a06993d
commit bb0859d6c0
2 changed files with 72 additions and 0 deletions

View File

@ -28,5 +28,9 @@
},
"dependencies": {
"lodash": "4.8.1"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-bump": "0.7.0"
}
}