From de18404f597584ef61d16721c454f758e83d1dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Tue, 26 Apr 2016 08:52:02 +0300 Subject: [PATCH] :arrow_up: 1.5.2 :tada: --- package.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ab4292d..efa05cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cobol", - "version": "1.5.1", + "version": "1.5.2", "description": "COBOL bridge for NodeJS which allows you to run COBOL code from NodeJS.", "main": "lib/index.js", "directories": { @@ -91,5 +91,16 @@ "bugs": { "url": "https://github.com/IonicaBizau/node-cobol/issues" }, - "homepage": "https://github.com/IonicaBizau/node-cobol" + "homepage": "https://github.com/IonicaBizau/node-cobol", + "files": [ + "bin/", + "app/", + "lib/", + "dist/", + "src/", + "resources/", + "menu/", + "cli.js", + "index.js" + ] } \ No newline at end of file