Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit 7416f66

Browse files
authored
Merge pull request #23 from stalleyj/dependencies
Fix version of our zipkin dependencies
2 parents 5d77d37 + 748e3d5 commit 7416f66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"dependencies": {
77
"properties-reader": "0.0.16",
88
"tcp-ping": "^0.1.1",
9-
"zipkin": "",
10-
"zipkin-context-cls": "",
11-
"zipkin-transport-http": ""
9+
"zipkin": "0.10.1",
10+
"zipkin-context-cls": "0.6.1",
11+
"zipkin-transport-http": "0.10.1"
1212
},
1313
"devDependencies": {
1414
"eslint": "^3.14.1",

0 commit comments

Comments
 (0)