mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03: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
@ -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 New Issue
Block a user