Skip to content

Commit 2942ca7

Browse files
committed
Update package metadata
1 parent a83bc7e commit 2942ca7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "@node-red/flow-parser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Parser Utility for Node-RED Flow JSON",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/node-red/flow-parser.git"
8+
},
59
"main": "lib/index.js",
610
"scripts": {
711
"test": "npx mocha ./test/test.js",
812
"docs": "npx jsdoc -c ./jsdoc.json -d docs -R README.md lib"
913
},
10-
"keywords": [],
14+
"keywords": ["node-red"],
1115
"license": "Apache-2.0",
1216
"devDependencies": {
1317
"jsdoc": "^3.6.7",

0 commit comments

Comments
 (0)