Skip to content

Commit 7fbbb50

Browse files
committed
fix: remove npm warnings
1 parent 022dba9 commit 7fbbb50

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

libs/datasource/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
"funding": "https://www.paypal.me/mateotp",
1919
"repository": {
2020
"type": "git",
21-
"url": "git@github.com:matheo/angular.git",
21+
"url": "git+https://github.com/matheo/angular.git",
2222
"directory": "libs/datasource"
2323
},
24+
"scripts": {},
2425
"peerDependencies": {
2526
"@angular/common": ">=11.0.0",
2627
"@angular/core": ">=11.0.0",

libs/datepicker/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
"funding": "https://www.paypal.me/mateotp",
1414
"repository": {
1515
"type": "git",
16-
"url": "git@github.com:matheo/angular.git",
16+
"url": "git+https://github.com/matheo/angular.git",
1717
"directory": "libs/datepicker"
1818
},
19+
"scripts": {},
1920
"peerDependencies": {
2021
"@angular/animations": ">=11.0.0",
2122
"@angular/cdk": ">=11.0.0",

0 commit comments

Comments
 (0)