Skip to content

Commit

Permalink
chore: Bump version to 1.0.4 and update repository and bug URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
AK2k30 committed Aug 23, 2024
1 parent 773e8c4 commit d9f2bad
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
@@ -1,6 +1,6 @@
{
"name": "web-scrap-ai",
"version": "1.0.3",
"version": "1.0.4",
"description": "A chatbot CLI for web scraping using Puppeteer",
"main": "index.js",
"bin": {
Expand All @@ -21,6 +21,14 @@
],
"author": "Akash Singh",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/AK2k30/npm-web-scrapper"
},
"bugs": {
"url": "https://github.com/AK2k30/npm-web-scrapper/issues"
},
"homepage": "https://github.com/AK2k30/npm-web-scrapper#readme",
"dependencies": {
"cheerio": "^1.0.0",
"chromedriver": "^128.0.0",
Expand Down

0 comments on commit d9f2bad

Please sign in to comment.