|
6 | 6 | "types": "lib/index.d.ts",
|
7 | 7 | "scripts": {
|
8 | 8 | "build": "tsc",
|
9 |
| - "release": "auto shipit", |
10 | 9 | "test": "jest",
|
11 | 10 | "lint": "eslint src/**/*.ts",
|
12 | 11 | "semantic-release": "semantic-release"
|
|
16 | 15 | "react-native": ">=0.59"
|
17 | 16 | },
|
18 | 17 | "devDependencies": {
|
19 |
| - "@auto-it/all-contributors": "^9.10.7", |
20 |
| - "@auto-it/first-time-contributor": "^9.10.7", |
21 | 18 | "@react-native-community/eslint-config": "^0.0.7",
|
| 19 | + "@semantic-release/changelog": "^5.0.0", |
| 20 | + "@semantic-release/commit-analyzer": "^8.0.1", |
| 21 | + "@semantic-release/git": "^9.0.0", |
| 22 | + "@semantic-release/github": "^7.0.4", |
| 23 | + "@semantic-release/npm": "^7.0.3", |
| 24 | + "@semantic-release/release-notes-generator": "^9.0.0", |
22 | 25 | "@testing-library/react-hooks": "^3.2.1",
|
23 | 26 | "@testing-library/react-native": "^5.0.3",
|
24 | 27 | "@types/jest": "^25.1.3",
|
25 | 28 | "@types/react": "^16.9.10",
|
26 | 29 | "@types/react-native": "^0.61.0",
|
27 | 30 | "all-contributors-cli": "^6.13.0",
|
28 |
| - "auto": "^9.10.7", |
29 | 31 | "eslint": "^6.8.0",
|
30 | 32 | "eslint-plugin-prettier": "^3.1.2",
|
31 | 33 | "jest": "^25.1.0",
|
32 | 34 | "prettier": "^1.19.1",
|
33 | 35 | "react": "^16.12.0",
|
34 | 36 | "react-native": "^0.61.5",
|
35 | 37 | "react-test-renderer": "^16.12.0",
|
| 38 | + "semantic-release": "^17.0.4", |
36 | 39 | "ts-jest": "^25.2.1",
|
37 |
| - "typescript": "^3.6.4", |
38 |
| - "semantic-release": "^17.0.4" |
| 40 | + "typescript": "^3.6.4" |
39 | 41 | },
|
40 | 42 | "author": "Nader Dabit",
|
41 | 43 | "license": "ISC",
|
42 | 44 | "repository": "react-native-community/hooks",
|
43 | 45 | "files": [
|
44 | 46 | "lib"
|
45 |
| - ], |
46 |
| - "auto": { |
47 |
| - "plugins": [ |
48 |
| - "npm", |
49 |
| - "all-contributors", |
50 |
| - "first-time-contributor", |
51 |
| - "released" |
52 |
| - ], |
53 |
| - "onlyPublishWithReleaseLabel": true |
54 |
| - } |
| 47 | + ] |
55 | 48 | }
|
0 commit comments