Skip to content

Commit 4325e51

Browse files
committed
Bumped version
1 parent 1b3558d commit 4325e51

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

package.json

+43-43
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
2-
"name": "react-native-exception-handler",
3-
"version": "2.9.0",
4-
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo no tests && exit 1",
8-
"lint": "eslint app/",
9-
"lint:fix": "eslint app/ --fix"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/master-atul/react-native-exception-handler"
14-
},
15-
"keywords": [
16-
"modal",
17-
"react",
18-
"native",
19-
"exception",
20-
"handler",
21-
"red",
22-
"screen",
23-
"production",
24-
"ios",
25-
"android",
26-
"bug",
27-
"capture"
28-
],
29-
"peerDependencies": {
30-
"react": "*",
31-
"react-native": "*"
32-
},
33-
"author": "master-atul",
34-
"license": "MIT",
35-
"bugs": {
36-
"url": "https://github.com/master-atul/react-native-exception-handler/issues"
37-
},
38-
"homepage": "https://github.com/master-atul/react-native-exception-handler",
39-
"devDependencies": {
40-
"babel-eslint": "^7.2.3",
41-
"eslint": "^4.0.0",
42-
"eslint-plugin-react": "^7.1.0",
43-
"eslint-plugin-react-native": "^2.3.2"
44-
}
2+
"name": "react-native-exception-handler",
3+
"version": "2.10.0",
4+
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo no tests && exit 1",
8+
"lint": "eslint app/",
9+
"lint:fix": "eslint app/ --fix"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/master-atul/react-native-exception-handler"
14+
},
15+
"keywords": [
16+
"modal",
17+
"react",
18+
"native",
19+
"exception",
20+
"handler",
21+
"red",
22+
"screen",
23+
"production",
24+
"ios",
25+
"android",
26+
"bug",
27+
"capture"
28+
],
29+
"peerDependencies": {
30+
"react": "*",
31+
"react-native": "*"
32+
},
33+
"author": "master-atul",
34+
"license": "MIT",
35+
"bugs": {
36+
"url": "https://github.com/master-atul/react-native-exception-handler/issues"
37+
},
38+
"homepage": "https://github.com/master-atul/react-native-exception-handler",
39+
"devDependencies": {
40+
"babel-eslint": "^7.2.3",
41+
"eslint": "^4.0.0",
42+
"eslint-plugin-react": "^7.1.0",
43+
"eslint-plugin-react-native": "^2.3.2"
44+
}
4545
}

0 commit comments

Comments
 (0)