reduce minimal peer prom-client version to 12, allow any higher major version (let's be optimistic), see #76

This commit is contained in:
Konstantin Pogorelov
2021-02-18 12:12:06 +01:00
parent 3c2779d0d1
commit 3f587fb760

View File

@@ -42,7 +42,7 @@
"typescript": "^3.4.5"
},
"peerDependencies": {
"prom-client": "^13.0.0"
"prom-client": ">=12.0.0"
},
"repository": {
"type": "git",