Bumped third party versions

This commit is contained in:
2016-01-25 18:20:13 +01:00
parent 635212ca6e
commit 82ccb650f1
+8 -8
View File
@@ -7,16 +7,16 @@
"private": false, "private": false,
"contributors": [], "contributors": [],
"dependencies": { "dependencies": {
"async": "~1.5", "async": "^1",
"iconv-lite": "~0.4", "iconv-lite": "^0.4",
"moment": "~2.11", "moment": "^2",
"utils-merge": "~1.0", "utils-merge": "^1",
"winston": "~2.1" "winston": "^2"
}, },
"description": "Simplified SMPP implementation", "description": "Simplified SMPP implementation",
"devDependencies": { "devDependencies": {
"mocha": "latest", "mocha": "^2",
"portfinder": "latest" "portfinder": "^0.4"
}, },
"keywords": [ "keywords": [
"smpp", "smpp",
@@ -29,7 +29,7 @@
"url": "https://github.com/larvit/larvitsmpp", "url": "https://github.com/larvit/larvitsmpp",
"type": "git" "type": "git"
}, },
"version": "0.1.12", "version": "0.1.13",
"readmeFilename": "README.md", "readmeFilename": "README.md",
"bugs": { "bugs": {
"url": "https://github.com/larvit/larvitsmpp/issues" "url": "https://github.com/larvit/larvitsmpp/issues"