From 748a79ee9ff7f445d7e8045c433659da098c36ce Mon Sep 17 00:00:00 2001 From: Patrick Kunka Date: Sat, 11 Jul 2015 10:34:00 +0100 Subject: [PATCH] Remove "version" param from bower.json as per spec --- Gruntfile.js | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4359d04..91b7cfc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -37,7 +37,7 @@ module.exports = function(grunt) { }, bump: { options: { - files: ['package.json','bower.json'], + files: ['package.json'], updateConfigs: ['pkg'], commit: false, push: false, diff --git a/package.json b/package.json index 032043a..dce64b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "mixitup", - "version": "2.1.9", "devDependencies": { "grunt": "~0.4.1", "matchdep": "~0.1.1",