Skip to content

Commit 7da81e4

Browse files
committed
Make "on" events optional
1 parent 4b7f986 commit 7da81e4

File tree

3 files changed

+206
-212
lines changed

3 files changed

+206
-212
lines changed

package.json

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,29 @@
11
{
22
"name": "react-native-recaptcha-that-works",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"description": "⚛ A reCAPTCHA bridge for React Native that works.",
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/douglasjunior/react-native-recaptcha-that-works.git"
9-
},
10-
"main": "index.js",
11-
"keywords": [
12-
"react-native",
13-
"ios",
14-
"android",
15-
"recaptcha"
16-
],
17-
"author": {
18-
"name": "Douglas Nassif Roma Junior",
19-
"email": "[email protected]",
20-
"url": "http://smarppy.com"
21-
},
22-
"license": "MIT",
23-
"bugs": {
24-
"url": "https://github.com/douglasjunior/react-native-recaptcha-that-works/issues"
25-
},
26-
"homepage": "https://github.com/douglasjunior/react-native-recaptcha-that-works",
27-
"scripts": {
28-
"start": "node node_modules/react-native/local-cli/cli.js start",
29-
"test": "jest"
30-
},
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/douglasjunior/react-native-recaptcha-that-works.git"
9+
},
10+
"main": "index.js",
11+
"keywords": [
12+
"react-native",
13+
"ios",
14+
"android",
15+
"recaptcha"
16+
],
17+
"author": {
18+
"name": "Douglas Nassif Roma Junior",
19+
"email": "[email protected]",
20+
"url": "http://smarppy.com"
21+
},
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/douglasjunior/react-native-recaptcha-that-works/issues"
25+
},
26+
"homepage": "https://github.com/douglasjunior/react-native-recaptcha-that-works",
3127
"peerDependencies": {
3228
"react": ">=16.9.0",
3329
"react-native": ">=0.60.0",

0 commit comments

Comments
 (0)