Skip to content

Commit 8cf842a

Browse files
committed
bump version
1 parent 11f7ed6 commit 8cf842a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-exception-handler",
3-
"version": "2.10.8",
3+
"version": "2.10.9",
44
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.",
55
"main": "index.js",
66
"typings": "index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/master-atul/react-native-exception-handler"
14+
"url": "git+https://github.com/a7ul/react-native-exception-handler"
1515
},
1616
"keywords": [
1717
"modal",
@@ -31,12 +31,12 @@
3131
"react": "*",
3232
"react-native": "*"
3333
},
34-
"author": "master-atul",
34+
"author": "a7ul",
3535
"license": "MIT",
3636
"bugs": {
37-
"url": "https://github.com/master-atul/react-native-exception-handler/issues"
37+
"url": "https://github.com/a7ul/react-native-exception-handler/issues"
3838
},
39-
"homepage": "https://github.com/master-atul/react-native-exception-handler",
39+
"homepage": "https://github.com/a7ul/react-native-exception-handler",
4040
"devDependencies": {
4141
"babel-eslint": "^7.2.3",
4242
"eslint": "^4.0.0",

0 commit comments

Comments
 (0)