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": {
"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"
}