Remove ./ from package.json paths
Showing
+2 -2
... | ... | @@ -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" | ||
... | ... |
Please register or sign in to comment