Skip to content

Commit

Permalink
fix: add missing deploy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Nov 11, 2018
1 parent 81ca806 commit 0f4a39a
Show file tree
Hide file tree
Showing 2 changed files with 1,839 additions and 87 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"eslint-plugin-node": "^7.0.1",
"husky": "1.1.3",
"loader.js": "^4.7.0",
"qunit-dom": "^0.8.0",
"travis-deploy-once": "5.0.9"
"qunit-dom": "^0.8.0"
},
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -84,5 +83,11 @@
},
"release": {
"extends": "@mike-north/js-lib-semantic-release-config"
},
"optionalDependencies": {
"@mike-north/js-lib-renovate-config": "1.0.0",
"@mike-north/js-lib-semantic-release-config": "1.0.0",
"semantic-release": "^15.10.8",
"travis-deploy-once": "^5.0.9"
}
}
Loading

0 comments on commit 0f4a39a

Please sign in to comment.