Skip to content

Commit

Permalink
chore(package): removed dependecies on ts and rxjs
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Mar 23, 2018
1 parent 838eee7 commit 3a384d9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
"name": "ngx-bootstrap",
"es2015": "bundles/ngx-bootstrap.es2015.js",
"peerDependencies": {
"@angular/common": "*",
"@angular/compiler": "*",
"@angular/core": "*",
"@angular/forms": "*",
"typescript": "*",
"rxjs": "*"
"@angular/common": "*",
"@angular/forms": "*"
}
}

0 comments on commit 3a384d9

Please sign in to comment.