diff options
| author | Mark Otto <[email protected]> | 2014-03-07 14:13:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-07 14:13:35 -0800 |
| commit | d2236239f087bd7dee593a297e8da00189c3c8c2 (patch) | |
| tree | c60815166d1e087324671889ae1f9d8f2e02ce12 | |
| parent | 8a1856d17d0a04b8c29ad067bb7b5d033647a484 (diff) | |
| parent | f9a56c28db92264a72d867ef9a2ed7f1f8198c45 (diff) | |
| download | bootstrap-d2236239f087bd7dee593a297e8da00189c3c8c2.tar.xz bootstrap-d2236239f087bd7dee593a297e8da00189c3c8c2.zip | |
Merge pull request #12970 from ZDroid/package.json-pa
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" |
