Skip to content

Commit

Permalink
chore: add missing repository links
Browse files Browse the repository at this point in the history
The GitHub link of the package is not shown in the npm page : https://www.npmjs.com/package/x-ray-crawler
Adding these informations fixes this issue.
  • Loading branch information
Ilshidur committed Jan 4, 2018
1 parent eb81026 commit 5fc1765
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"test": "jest",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lapwinglabs/x-ray-crawler.git"
},
"keywords": [
"x-ray",
"crawler",
Expand All @@ -33,5 +37,9 @@
"scraper"
],
"author": "Matthew Mueller",
"license": "MIT"
"license": "MIT",
"bugs": {
"url": "https://github.com/lapwinglabs/x-ray-crawler/issues"
},
"homepage": "https://github.com/lapwinglabs/x-ray-crawler#readme"
}

0 comments on commit 5fc1765

Please sign in to comment.