diff --git a/package.json b/package.json index 230b724..260dfb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thrift-generator", - "version": "0.0.4", + "version": "0.0.5", "description": "", "main": "src/index.js", "scripts": { @@ -21,5 +21,6 @@ "repository": { "type": "git", "url": "https://github.com/amirbilu/node-thrift-generator.git" - } + }, + "keywords":["thrift", "idl", "thrift-generator"] }