Skip to content

Commit

Permalink
@ember/test-helpers is an optional peerDep
Browse files Browse the repository at this point in the history
Because we need it if you use the test-support module.
  • Loading branch information
ef4 committed Jan 18, 2022
1 parent 6867509 commit a9bf400
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,18 @@
},
"peerDependencies": {
"moment": "^2",
"moment-timezone": "^0.5.34"
"moment-timezone": "^0.5.34",
"@ember/test-helpers": "^2"
},
"peerDependenciesMeta": {
"moment": {
"optional": true
},
"moment-timezone": {
"optional": true
},
"@ember/test-helpers": {
"optional": true
}
},
"engines": {
Expand Down

0 comments on commit a9bf400

Please sign in to comment.