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

Commit 17a7dc2

Browse files
committed
Update bunyan dependency
1 parent 39b9499 commit 17a7dc2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "logmet-client",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Library for sending data to and querying data from Logmet",
55
"author": "Fabio A. Oliveira <[email protected]>",
66
"license": "Apache-2.0",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/IBM/logmet-client-njs"
10+
},
711
"dependencies": {
8-
"bunyan": "1.8.0"
12+
"bunyan": "^1.8.9"
913
},
1014
"main": "index.js"
1115
}

0 commit comments

Comments
 (0)