Skip to content

Commit

Permalink
Merge pull request #218 from ngx-lib/remove-peers
Browse files Browse the repository at this point in the history
Removed unnecessary peer deps.
  • Loading branch information
pankajparkar authored Apr 5, 2023
2 parents 8c7b817 + 95f5356 commit 4a81aa5
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 75 deletions.
136 changes: 71 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions projects/multiselect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-lib/multiselect",
"version": "1.0.9",
"version": "1.0.10",
"license": "MIT",
"keywords": [
"angular",
Expand All @@ -13,16 +13,8 @@
"ngx multiselect"
],
"peerDependencies": {
"@angular/animations": ">= 6.0.4",
"@angular/common": ">=6.0.4",
"@angular/compiler": ">=6.0.4",
"@angular/core": ">=6.0.4",
"@angular/forms": ">=6.0.4",
"@angular/platform-browser": ">=6.0.4",
"@angular/platform-browser-dynamic": ">=6.0.4",
"@angular/router": ">=6.0.4",
"core-js": ">=2.5.4",
"rxjs": ">=6.2.2",
"zone.js": ">=0.8.26"
"@angular/forms": ">=6.0.4"
}
}

0 comments on commit 4a81aa5

Please sign in to comment.