File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 },
1515 "scripts" : {
1616 "build" : " ember build" ,
17+ "changelog" : " lerna-changelog" ,
1718 "lint:hbs" : " ember-template-lint ." ,
1819 "lint:js" : " eslint ." ,
1920 "start" : " ember serve" ,
5051 "ember-try" : " ^1.0.0" ,
5152 "eslint-plugin-ember" : " ^5.2.0" ,
5253 "eslint-plugin-node" : " ^7.0.1" ,
54+ "lerna-changelog" : " ^0.8.0" ,
5355 "loader.js" : " ^4.7.0" ,
5456 "qunit-dom" : " ^0.7.1"
5557 },
5658 "engines" : {
5759 "node" : " 6.* || 8.* || >= 10.*"
5860 },
61+ "changelog" : {
62+ "repo" : " mixonic/ember-cli-deprecation-workflow" ,
63+ "labels" : {
64+ "breaking" : " :boom: Breaking Change" ,
65+ "enhancement" : " :rocket: Enhancement" ,
66+ "bug" : " :bug: Bug Fix" ,
67+ "documentation" : " :memo: Documentation" ,
68+ "internal" : " :house: Internal"
69+ }
70+ },
5971 "ember-addon" : {
6072 "configPath" : " tests/dummy/config" ,
6173 "after" : " ember-cli-htmlbars"
You can’t perform that action at this time.
0 commit comments