|
1 | 1 | { |
2 | 2 | "name": "@reason-react-native/paper", |
3 | | - "version": "3.0.1", |
| 3 | + "version": "3.0.2", |
4 | 4 | "publishConfig": { |
5 | 5 | "access": "public" |
6 | 6 | }, |
7 | 7 | "peerDependencies": { |
8 | | - "reason-react": "^0.7.0", |
9 | | - "reason-react-native": "^0.60.0" |
| 8 | + "react-native-paper": "^3.0.0", |
| 9 | + "reason-react": "^0.9.0", |
| 10 | + "reason-react-native": "^0.63.0" |
10 | 11 | }, |
11 | 12 | "repository": "https://github.com/reason-react-native/paper.git", |
12 | 13 | "license": "MIT", |
|
34 | 35 | "re:clean-build": "bsb -clean-world -make-world", |
35 | 36 | "start": "yarn re:start", |
36 | 37 | "build": "yarn re:build", |
37 | | - "test": "yarn re:clean-build" |
| 38 | + "test": "yarn re:clean-build", |
| 39 | + "release": "npmpub" |
38 | 40 | }, |
39 | 41 | "devDependencies": { |
40 | | - "bs-platform": "8.2.0", |
41 | | - "husky": "^1.3.0", |
42 | | - "lint-staged": "^10.1.1", |
43 | | - "prettier": "^1.18.0", |
| 42 | + "bs-platform": "^8.2.0", |
| 43 | + "husky": "^4.0.0", |
| 44 | + "lint-staged": "^10.0.0", |
| 45 | + "npmpub": "^5.0.0", |
| 46 | + "prettier": "^2.0.0", |
44 | 47 | "react-native-paper": "^3.0.0", |
45 | | - "reason-react": "0.9.0", |
46 | | - "reason-react-native": "0.62.3" |
| 48 | + "reason-react": "^0.9.0", |
| 49 | + "reason-react-native": "^0.63.0" |
47 | 50 | }, |
48 | 51 | "prettier": { |
49 | 52 | "trailingComma": "all" |
|
0 commit comments