Gruntfile for bumping versions or anything else in the future
Showing
Gruntfile.js
0 → 100644
... | @@ -32,6 +32,7 @@ | ... | @@ -32,6 +32,7 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "^0.4.4", | "grunt": "^0.4.4", | ||
"grunt-bump": "0.0.13" | "grunt-bump": "0.0.13", | ||
"load-grunt-tasks": "^0.4.0" | |||
} | } | ||
} | } |
Please register or sign in to comment