Publish es5 code to npm

This commit is contained in:
Robin Appelman 2015-11-21 14:39:38 +01:00
commit d31f85965e
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.idea
node_modules
lib
test.js

7
.npmignore Normal file
View file

@ -0,0 +1,7 @@
.idea
.babelrc
.gitignore
plugin
node_modules
src
test.js

View file

@ -3,8 +3,8 @@
"description": "Create rcon connections using websockets",
"author": "Robin Appelman <robin@icewind.nl>",
"license": "MIT",
"version": "0.1.0",
"main": "src/rcon.js",
"version": "0.1.1",
"main": "lib/rcon.js",
"repository": {
"type": "git",
"url": "https://github.com/spiretf/webrcon"