Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-duboyski committed Mar 29, 2024
1 parent c3a3f8e commit 8296ecd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.0.0",
"description": "JavaScript library for easy integration with the API of 2captcha captcha solving service to bypass reCAPTCHA, hCaptcha, funcaptcha, geetest and solve any other captchas.",
"main": "dist/index.js",
"repository": "https://github.com/2captcha/2captcha-javascript",
"repository": {
"type": "git",
"url": "git+https://github.com/2captcha/2captcha-javascript.git"
},
"license": "MIT",
"author": "2Captcha",
"bugs": {
Expand Down

0 comments on commit 8296ecd

Please sign in to comment.