mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Update package.jsons for mono-repo (#851)
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question. as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/emoncms"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory" : "tree/master/io/emoncms"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "emoncms" ],
|
||||
|
Reference in New Issue
Block a user