mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update grunt-bump min version and add bump:git
The latest version of grunt-bump adds bump:build and bump:git support
This commit is contained in:
parent
221345ff99
commit
63ba3c77ee
2 changed files with 2 additions and 2 deletions
|
@ -280,7 +280,7 @@ var path = require('path'),
|
|||
"sass:admin",
|
||||
"handlebars",
|
||||
"validate",
|
||||
"bump",
|
||||
"bump:git",
|
||||
"updateCurrentPackageInfo",
|
||||
"copy:nightly",
|
||||
"compress:nightly"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue