Skip to content

Commit

Permalink
Merge pull request #2 from pinojs/update-repo
Browse files Browse the repository at this point in the history
update repo in pkg json
  • Loading branch information
Donald Robertson authored Apr 13, 2017
2 parents d66bb84 + 2a8e095 commit 1925f45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pino-gelf",
"version": "1.1.2",
"version": "1.1.3",
"description": "Convert Pino logs to GELF format and gzip ready for upload to Graylog",
"main": "index.js",
"bin": {
Expand All @@ -12,14 +12,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/findmypast/pino-gelf.git"
"url": "git+https://github.com/pinojs/pino-gelf.git"
},
"author": "Donald Robertson <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/findmypast/pino-gelf/issues"
"url": "https://github.com/pinojs/pino-gelf/issues"
},
"homepage": "https://github.com/findmypast/pino-gelf#readme",
"homepage": "https://github.com/pinojs/pino-gelf#readme",
"dependencies": {
"commander": "^2.9.0",
"fast-json-parse": "^1.0.2",
Expand Down

0 comments on commit 1925f45

Please sign in to comment.