mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Merge pull request #12970 from ZDroid/package.json-pa
Remove ./ from package.json paths
This commit is contained in:
commit
d2236239f0
@ -16,8 +16,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"style": "./dist/css/bootstrap.css",
|
"style": "dist/css/bootstrap.css",
|
||||||
"less": "./less/bootstrap.less",
|
"less": "less/bootstrap.less",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/twbs/bootstrap.git"
|
"url": "https://github.com/twbs/bootstrap.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user