Skip to content

Commit 73acad0

Browse files
authored
fix: move prom-client to deps (libp2p#32)
1 parent aa1d14b commit 73acad0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@
137137
"@libp2p/interface-metrics": "^4.0.2",
138138
"@libp2p/logger": "^2.0.2",
139139
"it-foreach": "^2.0.3",
140-
"it-stream-types": "^2.0.1"
140+
"it-stream-types": "^2.0.1",
141+
"prom-client": "^14.1.0"
141142
},
142143
"devDependencies": {
143144
"@libp2p/interface-mocks": "^12.0.1",
@@ -146,10 +147,6 @@
146147
"aegir": "^39.0.6",
147148
"it-drain": "^3.0.2",
148149
"it-pipe": "^3.0.1",
149-
"p-defer": "^4.0.0",
150-
"prom-client": "^14.1.0"
151-
},
152-
"peerDependencies": {
153-
"prom-client": "^14.1.0"
150+
"p-defer": "^4.0.0"
154151
}
155152
}

0 commit comments

Comments
 (0)