Skip to content

Commit

Permalink
Move ember-template-imports to dependencies instead of peerDependenci…
Browse files Browse the repository at this point in the history
…es so that consumers can have a better experience out of the box
  • Loading branch information
NullVoxPopuli authored Dec 21, 2023
1 parent bd62505 commit f7e167a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/environment-ember-template-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@
"-private/**/*.{js,d.ts}",
"globals/index.d.ts"
],
"dependencies": {
"ember-template-imports": "^3.0.0"
},
"peerDependencies": {
"@glint/environment-ember-loose": "^1.2.1",
"@glint/template": "^1.2.1",
"@types/ember__component": "^4.0.10",
"@types/ember__helper": "^4.0.1",
"@types/ember__modifier": "^4.0.3",
"@types/ember__routing": "^4.0.12",
"ember-template-imports": "^3.0.0"
"@types/ember__routing": "^4.0.12"
},
"peerDependenciesMeta": {
"@types/ember__component": {
Expand Down

0 comments on commit f7e167a

Please sign in to comment.