From f4ef447b569998799cc63f63dbd06b3d9c2e1542 Mon Sep 17 00:00:00 2001 From: Lilleman Date: Thu, 11 Feb 2016 09:27:20 +0100 Subject: [PATCH] Dependency version upgrades --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5b57c2d..0305ffc 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ "dependencies": { "async": "^1.5.2", "iconv-lite": "^0.4.13", - "moment": "^2.11.1", + "moment": "^2.11.2", "utils-merge": "^1.0.0", "winston": "^2.1.1" }, "description": "Simplified SMPP implementation", "devDependencies": { - "mocha": "^2.4.2", + "mocha": "^2.4.5", "portfinder": "^0.4.0" }, "keywords": [ @@ -29,7 +29,7 @@ "url": "https://github.com/larvit/larvitsmpp", "type": "git" }, - "version": "0.1.17", + "version": "0.1.18", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/larvit/larvitsmpp/issues" @@ -37,5 +37,6 @@ "homepage": "https://github.com/larvit/larvitsmpp", "scripts": { "test": "mocha" - } + }, + "license": "MIT" }