Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed Oct 28, 2020
1 parent 11f7ed6 commit 8cf842a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-exception-handler",
"version": "2.10.8",
"version": "2.10.9",
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.",
"main": "index.js",
"typings": "index.d.ts",
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/master-atul/react-native-exception-handler"
"url": "git+https://github.com/a7ul/react-native-exception-handler"
},
"keywords": [
"modal",
Expand All @@ -31,12 +31,12 @@
"react": "*",
"react-native": "*"
},
"author": "master-atul",
"author": "a7ul",
"license": "MIT",
"bugs": {
"url": "https://github.com/master-atul/react-native-exception-handler/issues"
"url": "https://github.com/a7ul/react-native-exception-handler/issues"
},
"homepage": "https://github.com/master-atul/react-native-exception-handler",
"homepage": "https://github.com/a7ul/react-native-exception-handler",
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.0.0",
Expand Down

0 comments on commit 8cf842a

Please sign in to comment.