Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmarban committed May 4, 2019
1 parent 5940ceb commit 0efebc8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 102 deletions.
123 changes: 24 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "winston-telegram",
"description": "A Telegram transport for winston",
"version": "1.3.1",
"version": "1.3.2",
"author": "Ivan Marban",
"repository": {
"type": "git",
"url": "http://github.com/ivanmarban/winston-telegram.git"
},
"bugs": {
"url": "https://github.com/ivanmarban/winston-telegram/issues"
},
"keywords": [
"logging",
"sysadmin",
Expand All @@ -19,9 +22,12 @@
"request": "^2.88.0",
"sf": "^0.2.0"
},
"peerDependencies": {
"winston": "^2.4.4"
},
"devDependencies": {
"winston": "2.4.4",
"vows": ""
"winston": "^2.4.4",
"vows": "0.7.x"
},
"main": "./lib/winston-telegram",
"scripts": {
Expand Down

0 comments on commit 0efebc8

Please sign in to comment.