Skip to content

Commit

Permalink
Update package.json (peer dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed May 26, 2021
1 parent 12af093 commit 2ba7ea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ngx-device-detector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"url": "https://github.com/AhsanAyaz/ngx-device-detector.git/issues"
},
"peerDependencies": {
"@angular/common": ">=7.0.0 <=12.0.0 ||^12.0.0",
"@angular/core": ">=7.0.0 <=12.0.0 ||^12.0.0"
"@angular/common": ">=7.0.0 <=12.0.0 || ^12.0.0",
"@angular/core": ">=7.0.0 <=12.0.0 || ^12.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
}
}
}

0 comments on commit 2ba7ea2

Please sign in to comment.