Skip to content

Commit

Permalink
[deps] Upgrade development dependencies
Browse files Browse the repository at this point in the history
With these changes it works with latest nodejs versions and winston 2.x
  • Loading branch information
santigimeno committed Nov 3, 2015
1 parent 77eb3b0 commit ddbc42a
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
Expand Up @@ -26,14 +26,14 @@
"unix-dgram": "~0.2.1"
},
"devDependencies": {
"stylezero": "~2.1.1",
"vows": "0.8.x",
"winston": "^0.9.0"
"stylezero": "^2.3.0",
"vows": "~0.8.1",
"winston": "^2.0.1"
},
"main": "./lib/winston-syslog",
"scripts": {
"pretest": "stylezero lib/ test/",
"test": "sudo vows test/*-test.js --spec"
"test": "vows test/*-test.js --spec"
},
"engines": {
"node": ">= 0.8.0"
Expand Down

0 comments on commit ddbc42a

Please sign in to comment.