Only publish production files to npm, bump version

This commit is contained in:
Michael Morrison 2015-01-17 20:35:28 -06:00
parent f9c639bef1
commit c2caace012
1 changed files with 10 additions and 2 deletions

View File

@ -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"
]
}