Skip to content

Commit

Permalink
Merge pull request #138 from paulcwatts/release-it
Browse files Browse the repository at this point in the history
Switch from ember-cli-release to release-it
  • Loading branch information
paulcwatts committed Sep 15, 2019
2 parents e684d42 + 1b70c1f commit ae66b5d
Show file tree
Hide file tree
Showing 2 changed files with 1,017 additions and 1,185 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"ember-cli-htmlbars": "^3.0.1",
"ember-cli-htmlbars-inline-precompile": "^3.0.0",
"ember-cli-inject-live-reload": "^2.0.1",
"ember-cli-release": "^1.0.0-beta.2",
"ember-cli-sri": "^2.1.1",
"ember-cli-template-lint": "^1.0.0-beta.1",
"ember-cli-uglify": "^3.0.0",
Expand All @@ -57,7 +56,16 @@
"eslint-plugin-ember": "^7.0.0",
"eslint-plugin-node": "^10.0.0",
"loader.js": "^4.7.0",
"qunit-dom": "^0.9.0"
"qunit-dom": "^0.9.0",
"release-it": "^12.3.6"
},
"release-it": {
"github": {
"release": true
},
"npm": {
"publish": true
}
},
"engines": {
"node": "8.* || >= 10.*"
Expand Down
Loading

0 comments on commit ae66b5d

Please sign in to comment.