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:
Sam Machin
2021-11-02 15:22:30 +00:00
committed by GitHub
parent 5db644bd57
commit 2d28a2304f
73 changed files with 147 additions and 73 deletions

View File

@@ -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" ],

View File

@@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/mdns"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/io/mdns"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "mdns", "avahi", "bonjour", "discovery" ],

View File

@@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/mqlight"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/io/mqlight"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "mqlight" ],

View File

@@ -6,7 +6,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/ping"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/io/ping"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "ping", "keepalive" ],

View File

@@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/serialport"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/io/serialport"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "serial" ],

View File

@@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/snmp"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/io/snmp"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "snmp", "oid" ],

View File

@@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/stomp"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/io/stomp"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "stomp", "stomp-client" ],

View File

@@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/wol"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/io/wol"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "wol", "wake_on_lan" ],