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", "name": "node-red-contrib-teamspeak",
"version": "1.0.0", "version": "1.0.0",
"description": "Node RED teamspeak node", "description": "Node-RED teamspeak node",
"main": "index.js", "main": "dist/nodes/TS3Config/TS3Config.js",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"build": "tsc --build && copyfiles -u 2 './src/nodes/**/*.{png,svg}' ./dist/nodes/ && node build/build.js" "build": "tsc --build && copyfiles -u 2 './src/nodes/**/*.{png,svg}' ./dist/nodes/ && node build/build.js"

View File

@@ -157,6 +157,7 @@
</select> </select>
<div class="form-row"> <div class="form-row">
You can find documentation for all functions 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>
</div> </div>