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