Skip to content

Commit

Permalink
Make "on" events optional
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjunior committed Sep 24, 2020
1 parent 4b7f986 commit 7da81e4
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 212 deletions.
48 changes: 22 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,29 @@
{
"name": "react-native-recaptcha-that-works",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"description": "⚛ A reCAPTCHA bridge for React Native that works.",
"repository": {
"type": "git",
"url": "https://github.com/douglasjunior/react-native-recaptcha-that-works.git"
},
"main": "index.js",
"keywords": [
"react-native",
"ios",
"android",
"recaptcha"
],
"author": {
"name": "Douglas Nassif Roma Junior",
"email": "nassifrroma@gmail.com",
"url": "http://smarppy.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/douglasjunior/react-native-recaptcha-that-works/issues"
},
"homepage": "https://github.com/douglasjunior/react-native-recaptcha-that-works",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/douglasjunior/react-native-recaptcha-that-works.git"
},
"main": "index.js",
"keywords": [
"react-native",
"ios",
"android",
"recaptcha"
],
"author": {
"name": "Douglas Nassif Roma Junior",
"email": "nassifrroma@gmail.com",
"url": "http://smarppy.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/douglasjunior/react-native-recaptcha-that-works/issues"
},
"homepage": "https://github.com/douglasjunior/react-native-recaptcha-that-works",
"peerDependencies": {
"react": ">=16.9.0",
"react-native": ">=0.60.0",
Expand Down
Loading

0 comments on commit 7da81e4

Please sign in to comment.