Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

feat: change tslib from direct dependency to peerDependency #1132

Merged
merged 1 commit into from
Oct 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@
"@angular/core": "0.0.0-NG",
"@angular/common": "0.0.0-NG",
"@angular/platform-browser": "0.0.0-NG",
"rxjs": "^6.0.0"
},
"dependencies": {
"tslib": "^1.7.1"
"rxjs": "^6.0.0",
"tslib": "^1.9.0"
},
"sideEffects": false
}