|
35 | 35 | "ci:test:app": "ember test", |
36 | 36 | "ci:test:node": "mocha --recursive js/tests", |
37 | 37 | "prepublishOnly": "yarn tsc --noEmit false --project ts", |
38 | | - "postpublish": "rimraf js", |
39 | | - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -u" |
| 38 | + "postpublish": "rimraf js" |
40 | 39 | }, |
41 | 40 | "dependencies": { |
42 | 41 | "ansi-to-html": "^0.6.6", |
|
51 | 50 | "walk-sync": "^2.2.0" |
52 | 51 | }, |
53 | 52 | "devDependencies": { |
54 | | - "@commitlint/cli": "11.0.0", |
55 | | - "@commitlint/config-conventional": "11.0.0", |
56 | 53 | "@ember/optional-features": "2.0.0", |
57 | 54 | "@glimmer/component": "^1.0.0-beta.3", |
58 | 55 | "@glimmer/tracking": "^1.0.0-beta.3", |
|
82 | 79 | "broccoli-plugin": "4.0.3", |
83 | 80 | "capture-console": "1.0.1", |
84 | 81 | "co": "4.6.0", |
85 | | - "commitlint-azure-pipelines-cli": "1.0.3", |
86 | | - "conventional-changelog-cli": "2.1.1", |
87 | 82 | "ember-cli": "3.22.0", |
88 | 83 | "ember-cli-app-version": "4.0.0", |
89 | 84 | "ember-cli-babel": "7.23.0", |
|
111 | 106 | "esprima": "4.0.1", |
112 | 107 | "fixturify": "2.1.0", |
113 | 108 | "got": "11.8.0", |
114 | | - "handlebars": "4.7.6", |
115 | | - "husky": "4.3.0", |
| 109 | + "handlebars": "4.7.7", |
116 | 110 | "in-repo-a": "link:tests/dummy/lib/in-repo-a", |
117 | 111 | "in-repo-b": "link:tests/dummy/lib/in-repo-b", |
118 | 112 | "loader.js": "4.7.0", |
|
139 | 133 | "broccoli-watcher" |
140 | 134 | ] |
141 | 135 | }, |
142 | | - "husky": { |
143 | | - "hooks": { |
144 | | - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" |
145 | | - } |
146 | | - }, |
147 | 136 | "prettier": { |
148 | 137 | "printWidth": 100, |
149 | 138 | "semi": true, |
|
0 commit comments