We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf59dbb commit 14c19c2Copy full SHA for 14c19c2
1 file changed
package.json
@@ -4,8 +4,11 @@
4
"description": "reCAPTCHA for Vue3 : CompositionAPI, Types",
5
"main": "dist/vue3-recaptcha-v2.js",
6
"types": "dist/vue3-recaptcha-v2.d.ts",
7
- "repository": "git@github.com:DongKyuuuu/vue3-recaptcha-v2.git",
8
- "author": "Dongkyuuuu <dongkyu.me@gmail.com>",
+ "repository": {
+ "type": "git",
9
+ "url": "https://github.com/dongkyuuuu/vue3-recaptcha-v2.git"
10
+ },
11
+ "author": "DongKyuuuu",
12
"license": "MIT",
13
"files": [
14
"dist/*.js",
0 commit comments