0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Remove ./ from package.json paths

This commit is contained in:
Zlatan Vasović 2014-03-07 23:07:38 +01:00
parent b9a0d1e4cd
commit f9a56c28db

View File

@ -16,8 +16,8 @@
"scripts": {
"test": "grunt test"
},
"style": "./dist/css/bootstrap.css",
"less": "./less/bootstrap.less",
"style": "dist/css/bootstrap.css",
"less": "less/bootstrap.less",
"repository": {
"type": "git",
"url": "https://github.com/twbs/bootstrap.git"