Compare commits

...

2 Commits

Author SHA1 Message Date
c1c16cdfe0 html cleanup
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-29 18:25:59 +02:00
955e373261 set main in package.json 2021-04-28 18:07:15 +02:00
3 changed files with 160 additions and 159 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "node-red-contrib-teamspeak",
"version": "1.0.0",
"description": "Node RED teamspeak node",
"main": "index.js",
"description": "Node-RED teamspeak node",
"main": "dist/nodes/TS3Config/TS3Config.js",
"license": "MIT",
"scripts": {
"build": "tsc --build && copyfiles -u 2 './src/nodes/**/*.{png,svg}' ./dist/nodes/ && node build/build.js"

View File

@@ -157,6 +157,7 @@
</select>
<div class="form-row">
You can find documentation for all functions
<a target="_blank" href="https://multivit4min.github.io/TS3-NodeJS-Library/classes/teamspeak.teamspeak-2.html#on"> here</a>
<a target="_blank"
href="https://multivit4min.github.io/TS3-NodeJS-Library/classes/teamspeak.teamspeak-2.html#on"> here</a>
</div>
</div>