Skip to content

Commit

Permalink
chore: Do not hoist angular deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Feb 25, 2020
1 parent c359722 commit d7cbf37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
],
"nohoist": [
"**/@types/jasmine",
"**/@types/jasminewd2"
"**/@types/jasminewd2",
"**/@angular*/**"
]
},
"commitlint": {
Expand Down

0 comments on commit d7cbf37

Please sign in to comment.