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