Skip to content

Commit

Permalink
fix(core): move tslib to direct dependencies (#162)
Browse files Browse the repository at this point in the history
fix #161
  • Loading branch information
aitboudad committed Jun 26, 2020
1 parent d4e3e10 commit 1bb544b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"url": "https://github.com/aitboudad/ngx-loading-bar.git",
"type": "git"
},
"dependencies": {
"tslib": "^1.7.1"
},
"peerDependencies": {
"@angular/common": ">=9.0.0",
"tslib": "^1.7.1",
"rxjs": ">=6.3.0"
}
}

0 comments on commit 1bb544b

Please sign in to comment.