-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
43 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,5 +122,18 @@ | |
}, | ||
"ember-addon": { | ||
"configPath": "tests/dummy/config" | ||
}, | ||
"pnpm": { | ||
"packageExtensions": { | ||
"ember-resolver": { | ||
"dependency": { | ||
"@ember/string": "*", | ||
"ember-auto-import": "*" | ||
} | ||
} | ||
}, | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/package.json b/package.json | ||
index cfa624641c428833823c52427998e2f1bb6c7c87..45393c60d4a449e5d801191eca7d4be0df98ddc6 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -40,6 +40,8 @@ | ||
"broccoli-merge-trees": "^4.2.0", | ||
"ember-cli-babel": "^7.26.6", | ||
"ember-cli-version-checker": "^5.1.2", | ||
+ "@ember/string": "*", | ||
+ "ember-auto-import": "*", | ||
"resolve": "^1.20.0" | ||
}, | ||
"devDependencies": { | ||
@@ -47,7 +49,6 @@ | ||
"@ember/test-helpers": "^2.2.5", | ||
"babel-eslint": "^10.1.0", | ||
"broccoli-asset-rev": "^3.0.0", | ||
- "ember-auto-import": "^1", | ||
"ember-cli": "~3.27.0", | ||
"ember-cli-dependency-checker": "^3.2.0", | ||
"ember-cli-htmlbars": "^5.7.1", |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.