|
10 | 10 | "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json .", |
11 | 11 | "lint-fix": "yarn lint --fix", |
12 | 12 | "secure": "nsp check", |
13 | | - "semantic-release": "semantic-release pre && npm publish --access public && semantic-release post", |
| 13 | + "semantic-release": "semantic-release", |
14 | 14 | "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", |
15 | 15 | "pretest": "npm run lint", |
16 | 16 | "test": "npm run test-unit && npm run test-e2e", |
|
32 | 32 | "chai": "4.1.2", |
33 | 33 | "chalk": "3.0.0", |
34 | 34 | "chokidar-cli": "1.2.0", |
35 | | - "condition-circle": "1.5.0", |
36 | 35 | "cypress": "4.0.2", |
37 | 36 | "dependency-check": "2.9.1", |
38 | 37 | "deps-ok": "1.2.1", |
39 | | - "dont-crack": "1.2.1", |
40 | 38 | "eslint": "6.8.0", |
41 | 39 | "eslint-plugin-json-format": "2.0.1", |
42 | 40 | "eslint-plugin-mocha": "4.11.0", |
43 | 41 | "fast-glob": "3.1.1", |
44 | 42 | "fs-extra": "8.1.0", |
45 | | - "github-post-release": "1.13.1", |
46 | 43 | "license-checker": "13.0.3", |
47 | 44 | "mocha": "^7.1.0", |
48 | 45 | "mockery": "2.1.0", |
49 | 46 | "nsp": "2.7.0", |
50 | 47 | "prettier-eslint-cli": "4.4.0", |
51 | | - "semantic-release": "8.2.0", |
52 | | - "simple-commit-message": "3.3.1", |
| 48 | + "semantic-release": "17.0.4", |
53 | 49 | "sinon": "^9.0.0", |
54 | 50 | "sinon-chai": "^3.5.0", |
55 | 51 | "snap-shot-it": "7.9.2", |
|
77 | 73 | "cypress-plugin", |
78 | 74 | "cypress-preprocessor", |
79 | 75 | "webpack" |
80 | | - ], |
81 | | - "release": { |
82 | | - "verifyConditions": "condition-circle", |
83 | | - "analyzeCommits": "simple-commit-message", |
84 | | - "generateNotes": "github-post-release", |
85 | | - "verifyRelease": { |
86 | | - "path": "dont-crack", |
87 | | - "test-against": [] |
88 | | - } |
89 | | - } |
| 76 | + ] |
90 | 77 | } |
0 commit comments