Skip to content

Commit

Permalink
make ember-uuid peer dependency (esbanarango#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glarregle authored Aug 27, 2021
1 parent d3b5ad5 commit 127cefa
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 @@ -13,7 +13,8 @@
},
"dependencies": {
"ember-cli-babel": "^7.1.2",
"ember-cli-htmlbars": "^3.0.0"
"ember-cli-htmlbars": "^3.0.0",
"ember-uuid": "^1.0.1"
},
"devDependencies": {
"@csstools/postcss-sass": "^4.0.0",
Expand Down Expand Up @@ -50,7 +51,6 @@
"ember-source-channel-url": "^1.1.0",
"ember-truth-helpers": "^2.1.0",
"ember-try": "^1.0.0",
"ember-uuid": "^1.0.1",
"eslint-plugin-ember": "^5.2.0",
"eslint-plugin-node": "^7.0.1",
"loader.js": "^4.7.0",
Expand Down

0 comments on commit 127cefa

Please sign in to comment.