aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"