Skip to content

Commit

Permalink
Corrected the peer dependency in package-dist.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kaps001 committed Mar 29, 2023
1 parent 039a98e commit 74c28cc
Show file tree
Hide file tree
Showing 4 changed files with 16,674 additions and 6,205 deletions.
5 changes: 1 addition & 4 deletions dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@
},
"devDependencies": {},
"peerDependencies": {
"@angular/core": "^4.0.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.1",
"zone.js": "^0.8.16"
"@angular/core": ">=4.0.0"
},
"engines": {
"node": ">=4.4.1"
Expand Down
5 changes: 1 addition & 4 deletions package-dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@
},
"devDependencies": {},
"peerDependencies": {
"@angular/core": "^4.0.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.1",
"zone.js": "^0.8.16"
"@angular/core": ">=4.0.0"
},
"engines": {
"node": ">=4.4.1"
Expand Down
Loading

0 comments on commit 74c28cc

Please sign in to comment.