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/storage/leveldb"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory":"tree/master/storage/leveldb"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "leveldb" ],

View File

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

View File

@@ -7,7 +7,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/storage/mysql"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/storage/mysql"
},
"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/storage/redis"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/storage/redis"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "redis" ],

View File

@@ -7,7 +7,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/storage/sqlite"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/storage/sqlite"
},
"engines": {
"node": ">=12"

View File

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