Skip to content

Commit

Permalink
specify angular modules as peerDependancies (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
freshfunkee authored and thymikee committed Apr 13, 2018
1 parent e8f13ff commit f44e170
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"typescript": "~2.5.3"
},
"peerDependencies": {
"jest": "^22.0.0"
"jest": "^22.0.0",
"@angular/core": ">=2.0.0",
"@angular/platform-browser-dynamic": ">=2.0.0"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit f44e170

Please sign in to comment.