|
1 | 1 | { |
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 | + } |
45 | 45 | } |
0 commit comments