Compare commits
2 Commits
2c9dc7a3d2
...
c1c16cdfe0
| Author | SHA1 | Date | |
|---|---|---|---|
| c1c16cdfe0 | |||
| 955e373261 |
@@ -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"
|
||||||
|
|||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user