From c2caace01290f5cc5ce6f10c8c0c619f9f4efd8b Mon Sep 17 00:00:00 2001 From: Michael Morrison Date: Sat, 17 Jan 2015 20:35:28 -0600 Subject: [PATCH] Only publish production files to npm, bump version --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 30850dc..cb8806e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ ], "main": "lib/index.js", "author": "Michael Morrison", - "version": "0.2.18", + "version": "0.2.19", "repository" : { "type" : "git", "url" : "https://github.com/sonicsnes/node-gamedig.git" @@ -38,5 +38,13 @@ }, "bin": { "gamedig": "bin/gamedig.js" - } + }, + "files": [ + "bin/gamedig.js", + "lib/", + "protocols/", + "games.txt", + "LICENSE", + "README.md" + ] }