From cf6c34c2fb9f8de5974327446f08e749b025c716 Mon Sep 17 00:00:00 2001 From: prerak Date: Fri, 2 Aug 2019 10:42:01 +0200 Subject: [PATCH 1/2] updated unix-dgram --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 85ded0c..4275695 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "bugs": { "url": "http://github.com/phuesler/ain/issues" }, - "license" : "MIT", + "license": "MIT", "licenses": [ { "type": "MIT", @@ -56,6 +56,6 @@ "chai": "~1.7.2" }, "optionalDependencies": { - "unix-dgram": "^2.0.2" + "unix-dgram": "^2.0.3" } } From fc51ad2fe842d8733c408dec7cee68ab91a8954f Mon Sep 17 00:00:00 2001 From: prerak Date: Fri, 2 Aug 2019 10:43:41 +0200 Subject: [PATCH 2/2] bumper version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4275695..b96c839 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ain2", "description": "Syslog logging for node.js. Continuation of ain", - "version": "2.0.0", + "version": "3.0.1", "main": "./index", "author": "Alexander Dorofeev ", "scripts": {