Skip to content

Commit

Permalink
upgrade v2 version code
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlng committed Jun 1, 2024
1 parent e562cf8 commit 284a0a6
Showing 1 changed file with 24 additions and 11 deletions.
35 changes: 24 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"license": "MIT",
"private": false,
"email": "[email protected]",
"description": "This is the react package for go-captcha",
"keywords": [
"go-captcha-react",
"go-captcha",
"gocaptcha",
"captcha-react",
"react-captcha",
"capts",
"gocapts"
],
"bugs": {
"url": "https://github.com/wenlng/go-captcha-react/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wenlng/go-captcha-react.git"
},
"module": "dist/go-captcha-react.esm.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"dependencies": {
"classnames": "^2.5.1",
"react": "^18.0.0",
Expand Down Expand Up @@ -55,17 +79,6 @@
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wenlng/go-captcha-react.git"
},
"module": "dist/go-captcha-react.esm.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=12"
},
Expand Down

0 comments on commit 284a0a6

Please sign in to comment.