Skip to content

Commit

Permalink
chore(deps): make patch-package a prod dep
Browse files Browse the repository at this point in the history
While we are waiting for #1, this will allow us to actually publish a functional, albeit über-hacky, first release. 🚀
  • Loading branch information
buschtoens committed Aug 10, 2020
1 parent a947543 commit 4ac2e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
},
"dependencies": {
"ember-cache-primitive-polyfill": "^1.0.0",
"ember-cli-babel": "^7.21.0"
"ember-cli-babel": "^7.21.0",
"patch-package": "^6.2.2"
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
Expand Down Expand Up @@ -79,7 +80,6 @@
"eslint-plugin-prettier": "^3.1.4",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"patch-package": "^6.2.2",
"prettier": "^2.0.5",
"qunit-dom": "^1.2.0",
"release-it": "^13.6.5",
Expand Down

0 comments on commit 4ac2e1f

Please sign in to comment.