Skip to content

Commit 15be068

Browse files
authored
Merge pull request #74 from Bykiev/patch-1
Fix peer dependencies
2 parents a00f928 + 03b09da commit 15be068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/angular2-promise-buttons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tslib": "^2.0.0"
2121
},
2222
"peerDependencies": {
23-
"@angular/common": "^9.0.4",
24-
"@angular/core": "^9.0.4"
23+
"@angular/common": ">=9.0.4",
24+
"@angular/core": ">=9.0.4"
2525
}
2626
}

0 commit comments

Comments
 (0)