File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
- <h1 align =" center " >Fork of React Google Recaptcha V3</h1 >
1
+ <h1 align =" center " >React Google Recaptcha V3</h1 >
2
2
<div align =" center " >
3
3
4
4
[ React] ( https://reactjs.org/ ) library for integrating Google ReCaptcha V3 to your App.
5
5
6
- [ ![ npm package] ( https://img.shields.io/npm/v/react-google-recaptcha-v3/latest.svg )] ( https://www.npmjs.com/package/@ramirezcgn/ react-google-recaptcha-v3 )
6
+ [ ![ npm package] ( https://img.shields.io/npm/v/react-google-recaptcha-v3/latest.svg )] ( https://www.npmjs.com/package/react-google-recaptcha-v3 )
7
7
![ Code style] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )
8
8
![ type definition] ( https://img.shields.io/npm/types/react-google-recaptcha-v3 )
9
9
12
12
## Install
13
13
14
14
``` bash
15
- npm install @ramirezcgn/ react-google-recaptcha-v3
15
+ npm install react-google-recaptcha-v3
16
16
```
17
17
18
18
## Usage
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @ramirezcgn/ react-google-recaptcha-v3" ,
2
+ "name" : " react-google-recaptcha-v3" ,
3
3
"version" : " 1.9.8" ,
4
4
"description" : " Fork of React component for google-recaptcha v3" ,
5
5
"module" : " dist/react-google-recaptcha-v3.esm.js" ,
13
13
"lint" : " tslint -c tslint.json 'src/**/*.ts'"
14
14
},
15
15
"author" : " Duong Tran" ,
16
- "contributors" : [
17
- " Nicolas Ramirez <[email protected] > (https://github.com/ramirezcgn"
18
- ],
19
- "homepage" : " https://github.com/ramirezcgn/react-google-recaptcha-v3" ,
16
+ "homepage" : " https://github.com/t49tran/react-google-recaptcha-v3" ,
20
17
"license" : " MIT" ,
21
18
"repository" : {
22
19
"type" : " git" ,
23
- "url" : " git ://github.com/ramirezcgn /react-google-recaptcha-v3"
20
+ "url" : " https ://github.com/t49tran /react-google-recaptcha-v3"
24
21
},
25
22
"peerDependencies" : {
26
23
"react" : " ^17.0 || ^18.0" ,
You can’t perform that action at this time.
0 commit comments