diff options
| author | XhmikosR <[email protected]> | 2015-12-05 12:06:57 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-12-05 12:07:40 +0200 |
| commit | 3cd8bd58e3a56161d8c4b131f3566ad84c885a40 (patch) | |
| tree | e68ef4fdde65713a7c26154d448e93f20f568daf | |
| parent | 26af030b6c255382714d179dc5a43190ca0cb3fa (diff) | |
| download | bootstrap-3cd8bd58e3a56161d8c4b131f3566ad84c885a40.tar.xz bootstrap-3cd8bd58e3a56161d8c4b131f3566ad84c885a40.zip | |
package.json: fix duplicate scripts property.
[skip sauce]
[skip validator]
| -rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index 617d84564..f78686564 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" } } |
