From bf9e8940eddfae35ad6bc7d073c788f2fbfb00f8 Mon Sep 17 00:00:00 2001 From: isqua Date: Thu, 8 Jan 2015 15:34:32 +0300 Subject: [PATCH] Fixes #58; grunt-bump breaks manifest_version in manifest.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b68b67..5fdb81b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "bower": "^1.3.12", "grunt": "^0.4.5", - "grunt-bump": "0.0.16", + "grunt-bump": "git://github.com/nkirkes/grunt-bump.git#nkirkes/restrict-version-key-name", "grunt-contrib-copy": "^0.7.0" } }