Monstrous amount of changes. Bad commit disciplin.

This commit is contained in:
2015-05-10 23:42:11 +02:00
parent 2307800d22
commit 80c0153b57
4 changed files with 292 additions and 107 deletions
+7 -3
View File
@@ -9,7 +9,9 @@
"dependencies": {
"winston": "latest",
"utils-merge": "latest",
"iconv-lite": "latest"
"iconv-lite": "latest",
"moment": "latest",
"async": "latest"
},
"description": "Simplified SMPP implementation",
"devDependencies": {
@@ -27,12 +29,14 @@
"url": "https://github.com/larvit/larvitsmpp",
"type": "git"
},
"version": "0.0.2beta",
"version": "0.0.3",
"readmeFilename": "README.md",
"readme": "larvitsmpp",
"bugs": {
"url": "https://github.com/larvit/larvitsmpp/issues"
},
"homepage": "https://github.com/larvit/larvitsmpp",
"scripts": {}
"scripts": {
"test": "mocha"
}
}