mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 10:05:40 +02:00
package.json: fix duplicate scripts property.
[skip sauce] [skip validator]
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
"homepage": "http://getbootstrap.com",
|
"homepage": "http://getbootstrap.com",
|
||||||
"author": "Twitter, Inc.",
|
"author": "Twitter, Inc.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"change-version": "node grunt/change-version.js",
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"style": "dist/css/bootstrap.css",
|
"style": "dist/css/bootstrap.css",
|
||||||
@@ -96,8 +97,5 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "*"
|
"jquery": "*"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"change-version": "node grunt/change-version.js"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user