Skip to content

Commit

Permalink
fix: remove peer dependency on @angular/forms (#4420)
Browse files Browse the repository at this point in the history
Fixes #4411
  • Loading branch information
mattlewis92 authored and valorkin committed Jun 18, 2018
1 parent 46899e5 commit 550af9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"es2015": "bundles/ngx-bootstrap.es2015.js",
"peerDependencies": {
"@angular/core": "*",
"@angular/common": "*",
"@angular/forms": "*"
"@angular/common": "*"
}
}

0 comments on commit 550af9c

Please sign in to comment.