|
7 | 7 | "bugs": {
|
8 | 8 | "url": "https://github.com/infinitered/reactotron/issues"
|
9 | 9 | },
|
10 |
| - "homepage": "https://github.com/infinitered/reactotron/tree/beta/lib/reactotron-apollo-client", |
11 |
| - "repository": "https://github.com/infinitered/reactotron/tree/beta/lib/reactotron-apollo-client", |
| 10 | + "homepage": "https://github.com/infinitered/reactotron/tree/master/lib/reactotron-apollo-client", |
| 11 | + "repository": "https://github.com/infinitered/reactotron/tree/master/lib/reactotron-apollo-client", |
12 | 12 | "files": [
|
13 | 13 | "dist",
|
14 |
| - "LICENSE" |
| 14 | + "src" |
15 | 15 | ],
|
16 |
| - "main": "dist/reactotron-apollo-client.umd.js", |
17 |
| - "module": "dist/reactotron-apollo-client.es5.js", |
18 |
| - "typings": "dist/types/reactotron-apollo-client.d.ts", |
| 16 | + "main": "dist/index.js", |
| 17 | + "module": "dist/index.esm.js", |
| 18 | + "types": "dist/types/src/index.d.ts", |
| 19 | + "react-native": "src/index.ts", |
| 20 | + "exports": { |
| 21 | + "import": "./dist/index.esm.js", |
| 22 | + "types": "./dist/types/src/index.d.ts", |
| 23 | + "react-native": "./src/index.ts", |
| 24 | + "default": "./dist/index.js" |
| 25 | + }, |
19 | 26 | "scripts": {
|
20 | 27 | "test": "jest --passWithNoTests",
|
21 | 28 | "test:watch": "jest --watch --notify",
|
22 |
| - "format": "prettier '*.{js,ts,tsx,json,md,css,yml}|**/*.{js,ts,tsx,json,md,css,yml}'", |
| 29 | + "format": "prettier '*.{js,ts,tsx,json,md,css,yml}|**/*.{js,ts,tsx,json,md,css,yml}' --config ../../.prettierrc --ignore-path ../../.prettierignore", |
23 | 30 | "format:check": "yarn format --check",
|
24 | 31 | "format:write": "yarn format --write",
|
25 | 32 | "prebuild": "yarn clean",
|
|
0 commit comments