Skip to content

Commit 3c27f6d

Browse files
committed
Add github metadata to package.json
1 parent 8c24073 commit 3c27f6d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
"name": "node-red-debugger",
33
"version": "1.0.0",
44
"description": "A flow debugger for Node-RED 2.x",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/node-red/node-red-debugger.git"
8+
},
59
"scripts": {
610
"build": "(tsc || exit 1) && npm run tslint && npm run copyAssets",
711
"tslint": "tslint -c tslint.json -p tsconfig.json",
812
"copyAssets": "node scripts/copy-static-assets.js",
913
"dev": "nodemon --exec 'npm run build' -i dist -e 'ts html'",
1014
"test": "npm run build"
1115
},
12-
"keywords": [],
16+
"keywords": ["node-red","debugger"],
1317
"author": "Nick O'Leary <[email protected]>",
1418
"files": [
1519
"dist"

0 commit comments

Comments
 (0)