Dependency version upgrades

This commit is contained in:
2016-02-11 09:27:20 +01:00
parent 7614c42a54
commit f4ef447b56
+5 -4
View File
@@ -9,13 +9,13 @@
"dependencies": { "dependencies": {
"async": "^1.5.2", "async": "^1.5.2",
"iconv-lite": "^0.4.13", "iconv-lite": "^0.4.13",
"moment": "^2.11.1", "moment": "^2.11.2",
"utils-merge": "^1.0.0", "utils-merge": "^1.0.0",
"winston": "^2.1.1" "winston": "^2.1.1"
}, },
"description": "Simplified SMPP implementation", "description": "Simplified SMPP implementation",
"devDependencies": { "devDependencies": {
"mocha": "^2.4.2", "mocha": "^2.4.5",
"portfinder": "^0.4.0" "portfinder": "^0.4.0"
}, },
"keywords": [ "keywords": [
@@ -29,7 +29,7 @@
"url": "https://github.com/larvit/larvitsmpp", "url": "https://github.com/larvit/larvitsmpp",
"type": "git" "type": "git"
}, },
"version": "0.1.17", "version": "0.1.18",
"readmeFilename": "README.md", "readmeFilename": "README.md",
"bugs": { "bugs": {
"url": "https://github.com/larvit/larvitsmpp/issues" "url": "https://github.com/larvit/larvitsmpp/issues"
@@ -37,5 +37,6 @@
"homepage": "https://github.com/larvit/larvitsmpp", "homepage": "https://github.com/larvit/larvitsmpp",
"scripts": { "scripts": {
"test": "mocha" "test": "mocha"
} },
"license": "MIT"
} }