Skip to content

Commit 5e9ca76

Browse files
authored
fix(deps): move @embroider/macros to peerDependencies (#395)
1 parent 9445543 commit 5e9ca76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ember-cli-flash/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"test": "echo 'A v2 addon does not have tests, run tests in test-app'"
5050
},
5151
"dependencies": {
52-
"@embroider/addon-shim": "^1.0.0",
53-
"@embroider/macros": "^1.13.2"
52+
"@embroider/addon-shim": "^1.0.0"
5453
},
5554
"devDependencies": {
5655
"@babel/core": "^7.17.0",
@@ -76,6 +75,7 @@
7675
},
7776
"peerDependencies": {
7877
"@ember/string": ">= 3.0.0",
78+
"@embroider/macros": "^1.13.2",
7979
"ember-modifier": ">= 4.0.0"
8080
},
8181
"publishConfig": {

0 commit comments

Comments
 (0)