Browse Source

docs: ✏️ test

dongdayu 5 years ago
parent
commit
5f348e8b04
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      package.json

+ 3
- 4
package.json View File

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