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" } }