Skip to content

Commit

Permalink
Bump version number, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmarban committed Mar 8, 2016
1 parent c159fc3 commit fec3ae0
Showing 1 changed file with 35 additions and 31 deletions.
66 changes: 35 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
{
"name": "winston-telegram",
"description": "A Telegram transport for winston",
"version": "0.1.0",
"author": "Ivan Marban",
"repository": {
"type": "git",
"url": "http://github.com/ivanmarban/winston-telegram.git"
},
"keywords": ["logging",
"sysadmin",
"tools",
"winston",
"telegram",
"bot"],
"dependencies": {
"request": "^2.65.0"
},
"devDependencies": {
"winston": ""
},
"peerDependencies": {
"winston": "",
"vows": ""
},
"main": "./lib/winston-telegram",
"scripts": { "test": "vows test/*test.js --spec" },
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT"
}
"name": "winston-telegram",
"description": "A Telegram transport for winston",
"version": "0.2.0",
"author": "Ivan Marban",
"repository": {
"type": "git",
"url": "http://github.com/ivanmarban/winston-telegram.git"
},
"keywords": [
"logging",
"sysadmin",
"tools",
"winston",
"telegram",
"bot"
],
"dependencies": {
"request": "^2.69.0"
},
"devDependencies": {
"winston": ""
},
"peerDependencies": {
"winston": "",
"vows": ""
},
"main": "./lib/winston-telegram",
"scripts": {
"test": "vows test/*test.js --spec"
},
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT"
}

0 comments on commit fec3ae0

Please sign in to comment.