set main in package.json

This commit is contained in:
Djeeberjr 2021-04-28 18:07:15 +02:00
parent 2c9dc7a3d2
commit 955e373261

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"