diff options
| author | Zlatan Vasović <[email protected]> | 2014-03-07 23:07:38 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-03-07 23:07:38 +0100 |
| commit | f9a56c28db92264a72d867ef9a2ed7f1f8198c45 (patch) | |
| tree | d13f42ed7fbe7e08e5f34a4f94387706c2416fbf | |
| parent | b9a0d1e4cd17b26d93fc314cff755a1a459c5f7b (diff) | |
| download | bootstrap-f9a56c28db92264a72d867ef9a2ed7f1f8198c45.tar.xz bootstrap-f9a56c28db92264a72d867ef9a2ed7f1f8198c45.zip | |
Remove ./ from package.json paths
| -rw-r--r-- | package.json | 4 |
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" |
