Skip to content

Commit

Permalink
feat(core): set peerDependency to angular >=9.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The library now requires Angular 9

fix #151
  • Loading branch information
aitboudad committed Feb 27, 2020
1 parent d57970f commit 185f1e2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/core/package.json
Expand Up @@ -8,11 +8,9 @@
"url": "https://github.com/aitboudad/ngx-loading-bar.git",
"type": "git"
},
"dependencies": {
"tslib": "^1.7.1"
},
"peerDependencies": {
"@angular/common": ">=7.0.0",
"@angular/common": ">=9.0.0",
"tslib": "^1.7.1",
"rxjs": ">=6.3.0"
}
}

0 comments on commit 185f1e2

Please sign in to comment.