changed the folder and added index.js
This commit is contained in:
13
package.json
13
package.json
@@ -1,8 +1,17 @@
|
||||
{
|
||||
"name": "general-functions",
|
||||
"name": "generalFunctions",
|
||||
"version": "1.0.0",
|
||||
"description": "General utility functions used across multiple Node-RED modules",
|
||||
"main": "index.js",
|
||||
"main": "./index.js",
|
||||
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./menuUtils": "./src/helper/menuUtils.js",
|
||||
"./mathUtils": "./src/helper/mathUtils.js",
|
||||
"./assetUtils": "./src/helper/assetUtils.js",
|
||||
"./outputUtils": "./src/helper/outputUtils.js"
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user