mirror of
https://codeberg.org/spire/webrcon.git
synced 2026-06-03 09:14:06 +02:00
Publish es5 code to npm
This commit is contained in:
parent
70f9e588eb
commit
d31f85965e
3 changed files with 10 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
.idea
|
||||
node_modules
|
||||
lib
|
||||
test.js
|
||||
|
|
|
|||
7
.npmignore
Normal file
7
.npmignore
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.idea
|
||||
.babelrc
|
||||
.gitignore
|
||||
plugin
|
||||
node_modules
|
||||
src
|
||||
test.js
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue