Commit f9a56c28 authored by Zlatan Vasović's avatar Zlatan Vasović

Remove ./ from package.json paths

parent b9a0d1e4
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment