From 1fb7e8d08bed3419fa7498047ed97c1326208aef Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Wed, 12 Aug 2015 18:48:31 +0800 Subject: [PATCH] wip(grunt): try `grunt-bump` --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5eaf903..41d3e47 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,9 @@ "readmeFilename": "README.md", "devDependencies": { "grunt": "^0.4.5", - "grunt-conventional-changelog": "^1.2.1", - "grunt-release": "^0.13.0", + "grunt-bump": "^0.3.1", + "grunt-conventional-changelog": "^4.0.0", + "grunt-npm": "0.0.2", "matchdep": "^0.3.0" } }