diff --git a/package.json b/package.json index 079b96982..50c8cb3c8 100644 --- a/package.json +++ b/package.json @@ -15,15 +15,10 @@ "test": "markdownlint pages/ && tldr-lint ./pages", "build-index": "node ./scripts/build-index.js > pages/index.json" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tldr-pages/tldr.git" - }, + "repository": "tldr-pages/tldr", "author": "Romain Prieto", "private": true, "license": "MIT", - "bugs": { - "url": "https://github.com/tldr-pages/tldr/issues" - }, + "bugs": "https://github.com/tldr-pages/tldr/issues", "homepage": "http://tldr-pages.github.io" }