We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b89c8 commit 0cf8647Copy full SHA for 0cf8647
config/ember-try.js
@@ -36,7 +36,6 @@ module.exports = async function () {
36
npm: {
37
devDependencies: {
38
'ember-source': await getChannelURL('canary'),
39
- '@glint/template': '*',
40
},
41
42
package.json
@@ -102,7 +102,7 @@
102
"webpack": "^5.52.1"
103
104
"peerDependencies": {
105
- "ember-source": ">= 4"
+ "ember-source": ">= 4.8"
106
107
"engines": {
108
"node": ">= 16"
0 commit comments