Skip to content

Commit

Permalink
fix: entry file error
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcaptcha committed Apr 8, 2024
1 parent 99bcf71 commit 78ecd69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "nextcaptcha-ts",
"version": "1.0.1",
"version": "1.0.2",
"description": "NextCaptcha Captcha Solving Service Api Wrapper for Typescript to solving recaptcha v2, v3,recapthcha moible,hcaptcha,funcaptcha",
"main": "dist/index.js",
"main": "dist/src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/your-username/nextcaptcha.git"
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/nextcaptcha/nextcaptcha-typescript/issues"
},
"homepage": "https://github.com/nextcaptcha/nextcaptcha-typescript",
"types": "dist/index.d.ts",
"types": "dist/src/index.d.ts",
"keywords": [
"nextcaptcha",
"api",
Expand Down

0 comments on commit 78ecd69

Please sign in to comment.