FIX: Make truth-helpers work in Ember CLI (#13044)

The addon wasn't included at all 😃
This commit is contained in:
Jarek Radosz 2021-05-12 17:52:36 +02:00 committed by GitHub
parent b24270845f
commit f08f6118f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -18,7 +18,8 @@
"ember-cli-babel": "^7.13.0",
"ember-cli-htmlbars": "^4.2.0",
"ember-auto-import": "^1.5.3",
"handlebars": "^4.7.0"
"handlebars": "^4.7.0",
"truth-helpers": "^1.0.0"
},
"devDependencies": {
"@ember/optional-features": "^1.1.0",

View File

@ -1,4 +1,3 @@
{
"private": true,
"workspaces": [
@ -8,6 +7,7 @@
"discourse-hbr",
"discourse-widget-hbs",
"pretty-text",
"select-kit"
"select-kit",
"truth-helpers"
]
}

View File

@ -15,9 +15,9 @@
"start": "ember serve"
},
"dependencies": {
"ember-auto-import": "^1.5.3",
"ember-cli-babel": "^7.13.0",
"ember-cli-htmlbars": "^4.2.0",
"ember-auto-import": "^1.5.3"
"ember-cli-htmlbars": "^4.2.0"
},
"devDependencies": {
"@ember/optional-features": "^1.1.0",