mirror of
https://codeberg.org/spire/webrcon.git
synced 2026-06-03 17:24:07 +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
|
.idea
|
||||||
node_modules
|
node_modules
|
||||||
|
lib
|
||||||
test.js
|
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",
|
"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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue