Skip to content

Commit

Permalink
chore: add peerDependencies to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ddubrava committed Jul 8, 2024
1 parent 4452f78 commit f21d548
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/angular-yandex-maps-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@
"url": "https://github.com/ddubrava/angular-yandex-maps/issues"
},
"homepage": "https://github.com/ddubrava/angular-yandex-maps#readme",
"sideEffects": false
"sideEffects": false,
"peerDependencies": {
"@angular/common": ">=16.0.0 <19.0.0",
"@angular/core": ">=16.0.0 <19.0.0"
}
}

0 comments on commit f21d548

Please sign in to comment.