Trying to please node 0.8 with clearer versions

This commit is contained in:
2016-01-25 18:29:03 +01:00
parent 82ccb650f1
commit a6998be01d
+6 -6
View File
@@ -7,15 +7,15 @@
"private": false, "private": false,
"contributors": [], "contributors": [],
"dependencies": { "dependencies": {
"async": "^1", "async": "^1.0",
"iconv-lite": "^0.4", "iconv-lite": "^0.4",
"moment": "^2", "moment": "^2.0",
"utils-merge": "^1", "utils-merge": "^1.0",
"winston": "^2" "winston": "^2.0"
}, },
"description": "Simplified SMPP implementation", "description": "Simplified SMPP implementation",
"devDependencies": { "devDependencies": {
"mocha": "^2", "mocha": "^2.0",
"portfinder": "^0.4" "portfinder": "^0.4"
}, },
"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.13", "version": "0.1.14",
"readmeFilename": "README.md", "readmeFilename": "README.md",
"bugs": { "bugs": {
"url": "https://github.com/larvit/larvitsmpp/issues" "url": "https://github.com/larvit/larvitsmpp/issues"