Commit d2236239 authored by Mark Otto's avatar Mark Otto

Merge pull request #12970 from ZDroid/package.json-pa

Remove ./ from package.json paths
parents 8a1856d1 f9a56c28
......@@ -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