2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

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

Remove ./ from package.json paths
This commit is contained in:
Mark Otto
2014-03-07 14:13:35 -08:00
+2 -2
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"