This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbbbeb4
commit c32e5b4
Showing
2 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jaeger-client", | ||
"version": "3.13.0", | ||
"version": "3.14.0", | ||
"description": "Jaeger binding for OpenTracing Node", | ||
"engines": { | ||
"node": ">=0.10" | ||
|
@@ -13,13 +13,8 @@ | |
"type": "git", | ||
"url": "git://github.com/jaegertracing/jaeger-client-node.git" | ||
}, | ||
"files": [ | ||
"dist/src" | ||
], | ||
"contributors": [ | ||
"Yuri Shkuro <[email protected]>", | ||
"Won Jun Jang <[email protected]>" | ||
], | ||
"files": ["dist/src"], | ||
"contributors": ["Yuri Shkuro <[email protected]>", "Won Jun Jang <[email protected]>"], | ||
"dependencies": { | ||
"node-int64": "^0.4.0", | ||
"thriftrw": "^3.5.0", | ||
|
@@ -83,9 +78,6 @@ | |
"show-cover": "open coverage/lcov-report/index.html" | ||
}, | ||
"lint-staged": { | ||
"*.{js,json,md}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
"*.{js,json,md}": ["prettier --write", "git add"] | ||
} | ||
} |