0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

package.json: fix duplicate scripts property.

[skip sauce]
[skip validator]
This commit is contained in:
XhmikosR 2015-12-05 12:06:57 +02:00
parent 26af030b6c
commit 3cd8bd58e3

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