Merge pull request #189 from GrahamCampbell/gh-pages
Fix repo url in package.json
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0", | "license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/thomaspark/bootswatch" | "url": "https://github.com/thomaspark/bootswatch.git" | ||
}, | }, | ||
"engines": { | "engines": { | ||
"node": ">= 0.8.11" | "node": ">= 0.8.11" | ||
... | ... |
Please register or sign in to comment