|
@@ -22,17 +22,16 @@
|
22
|
22
|
"url": "https://github.com/yyyyu/react-native-geetest-sensebot.git"
|
23
|
23
|
},
|
24
|
24
|
"scripts": {
|
|
25
|
+ "commit": "npx git-cz",
|
25
|
26
|
"lint": "tslint --fix ./src/**/*.ts",
|
26
|
|
- "build": "tsc",
|
27
|
|
- "semantic-release": "semantic-release --no-ci"
|
|
27
|
+ "build": "tsc"
|
28
|
28
|
},
|
29
|
29
|
"dependencies": {
|
30
|
30
|
"@types/react-native": "^0.57.45"
|
31
|
31
|
},
|
32
|
32
|
"devDependencies": {
|
33
|
33
|
"tslint": "^5.16.0",
|
34
|
|
- "typescript": "^3.4.3",
|
35
|
|
- "semantic-release": "^15.13.3"
|
|
34
|
+ "typescript": "^3.4.3"
|
36
|
35
|
},
|
37
|
36
|
"peerDependencies": {
|
38
|
37
|
"react-native": "^0.59.5"
|