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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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