]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
package.json: fix duplicate scripts property.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 5 Dec 2015 10:06:57 +0000 (12:06 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 5 Dec 2015 10:07:40 +0000 (12:07 +0200)
[skip sauce]
[skip validator]

package.json

index 617d84564c1d3cc59d3c4084ce19409054ba2198..f7868656411a3dc474f365774fc1d96dfe29b402 100644 (file)
@@ -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"
   }
 }