From 3cd8bd58e3a56161d8c4b131f3566ad84c885a40 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 5 Dec 2015 12:06:57 +0200 Subject: [PATCH] package.json: fix duplicate scripts property. [skip sauce] [skip validator] --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 617d84564c..f786865641 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "homepage": "http://getbootstrap.com", "author": "Twitter, Inc.", "scripts": { + "change-version": "node grunt/change-version.js", "test": "grunt test" }, "style": "dist/css/bootstrap.css", @@ -96,8 +97,5 @@ "dependencies": { "jquery": "*" } - }, - "scripts": { - "change-version": "node grunt/change-version.js" } }