Skip to content

Commit c507db0

Browse files
authored
Add bugs/homepage to package.json [skip ci]
1 parent 986924f commit c507db0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"name": "@website-scraper/puppeteer-version-wrapper",
33
"version": "1.0.2",
44
"description": "Wrapper to support latest versions of puppeteer inside the website-scraper-puppeteer module",
5-
"repository": {
6-
"url": "git+https://github.com/website-scraper/puppeteer-version-wrapper.git"
7-
},
85
"type": "module",
96
"exports": {
107
".": "./index.js"
@@ -17,6 +14,14 @@
1714
},
1815
"author": "Illia Antypenko <[email protected]>",
1916
"license": "MIT",
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/website-scraper/puppeteer-version-wrapper.git"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/website-scraper/puppeteer-version-wrapper/issues"
23+
},
24+
"homepage": "https://github.com/website-scraper/puppeteer-version-wrapper#readme",
2025
"dependencies": {
2126
"puppeteer": "^24.14.0"
2227
}

0 commit comments

Comments
 (0)