set main in package.json
This commit is contained in:
parent
2c9dc7a3d2
commit
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user