2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Merge pull request #249 from jgable/updateGruntBumpPackage

Update grunt-bump min version and add bump:git
This commit is contained in:
Jacob Gable 2013-07-09 11:32:22 -07:00
commit 0792189030
2 changed files with 2 additions and 2 deletions

View file

@ -280,7 +280,7 @@ var path = require('path'),
"sass:admin",
"handlebars",
"validate",
"bump",
"bump:git",
"updateCurrentPackageInfo",
"copy:nightly",
"compress:nightly"

View file

@ -33,7 +33,7 @@
"mocha": "~1.10.0",
"grunt-contrib-handlebars": "~0.5.9",
"grunt-contrib-watch": "~0.4.4",
"grunt-bump": "~0.0.2",
"grunt-bump": "~0.0.11",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"mocha-as-promised": "~1.4.0",