Skip to content

Commit

Permalink
Merge pull request #52 from moons-14/update-package-json
Browse files Browse the repository at this point in the history
Changed the homepage in package.json from a link to github to a link to the documentation
  • Loading branch information
inaridiy authored Oct 26, 2024
2 parents 99cad70 + a2e0fc0 commit 41583c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-pots-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"webforai": patch
---

update package.json homepage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/inaridiy/webforai.git"
},
"homepage": "https://github.com/inaridiy/webforai",
"homepage": "https://webforai.dev/",
"bugs": "https://github.com/inaridiy/webforai/issues",
"keywords": ["ai", "web", "scraping"],
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/webforai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/inaridiy/webforai.git"
},
"homepage": "https://github.com/inaridiy/webforai.git",
"homepage": "https://webforai.dev/",
"scripts": {
"copy:package.cjs.json": "pnpm ncp ./package.cjs.json ./dist/cjs/package.json && pnpm ncp ./package.cjs.json ./dist/types/package.json ",
"clean": "rimraf dist",
Expand Down

0 comments on commit 41583c8

Please sign in to comment.