From ddbc42a5c8d31fc2e7abe4a93dff3ff1605edcfa Mon Sep 17 00:00:00 2001 From: Santiago Gimeno Date: Tue, 3 Nov 2015 11:59:47 +0100 Subject: [PATCH] [deps] Upgrade development dependencies With these changes it works with latest nodejs versions and winston 2.x --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b5d0e1f..9277bf8 100644 --- a/package.json +++ b/package.json @@ -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"