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 .idea
node_modules node_modules
lib
test.js 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", "description": "Create rcon connections using websockets",
"author": "Robin Appelman <robin@icewind.nl>", "author": "Robin Appelman <robin@icewind.nl>",
"license": "MIT", "license": "MIT",
"version": "0.1.0", "version": "0.1.1",
"main": "src/rcon.js", "main": "lib/rcon.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/spiretf/webrcon" "url": "https://github.com/spiretf/webrcon"