diff --git a/.gitignore b/.gitignore index 25fbf5a..6862f64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ coverage/ +package-lock.json diff --git a/package.json b/package.json index 37737cb..fa4db57 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,13 @@ { "name": "smpp", - "version": "0.4.0", + "version": "0.5.0", "description": "SMPP client and server implementation in node.js", + "homepage": "https://github.com/farhadi/node-smpp", + "bugs": "https://github.com/farhadi/node-smpp/issues", "author": "Ali Farhadi ", + "contributors": [ + "Julián Gutiérrez " + ], "engines": { "node": ">=0.10.0" },