Added solid dep versions

This commit is contained in:
2015-11-29 14:44:33 +01:00
parent 836f4ef280
commit 7c0d589a07
+6 -6
View File
@@ -7,11 +7,11 @@
"private": false, "private": false,
"contributors": [], "contributors": [],
"dependencies": { "dependencies": {
"winston": "latest", "async": "~1.5",
"utils-merge": "latest", "iconv-lite": "~0.4",
"iconv-lite": "latest", "moment": "~2.10",
"moment": "latest", "utils-merge": "~1.0",
"async": "latest" "winston": "~2.1"
}, },
"description": "Simplified SMPP implementation", "description": "Simplified SMPP implementation",
"devDependencies": { "devDependencies": {
@@ -29,7 +29,7 @@
"url": "https://github.com/larvit/larvitsmpp", "url": "https://github.com/larvit/larvitsmpp",
"type": "git" "type": "git"
}, },
"version": "0.1.7", "version": "0.1.8",
"readmeFilename": "README.md", "readmeFilename": "README.md",
"readme": "larvitsmpp", "readme": "larvitsmpp",
"bugs": { "bugs": {