aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-07 14:13:35 -0800
committerMark Otto <[email protected]>2014-03-07 14:13:35 -0800
commitd2236239f087bd7dee593a297e8da00189c3c8c2 (patch)
treec60815166d1e087324671889ae1f9d8f2e02ce12
parent8a1856d17d0a04b8c29ad067bb7b5d033647a484 (diff)
parentf9a56c28db92264a72d867ef9a2ed7f1f8198c45 (diff)
downloadbootstrap-d2236239f087bd7dee593a297e8da00189c3c8c2.tar.xz
bootstrap-d2236239f087bd7dee593a297e8da00189c3c8c2.zip
Merge pull request #12970 from ZDroid/package.json-pa
Remove ./ from package.json paths
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8168fddca..2cdc0027a 100644
--- a/package.json
+++ b/package.json
@@ -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"