Skip to content

Commit b543d65

Browse files
Fix package.json
1 parent a53e6e9 commit b543d65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "tldr-lint",
33
"version": "0.0.16",
44
"description": "A linting tool to validate tldr pages",
5-
"repository": "tldr-pages/tldr-lint",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/tldr-pages/tldr-lint.git"
8+
},
69
"scripts": {
710
"jison": "jison tldr.yy tldr.l -o lib/tldr-parser.js",
811
"lint": "eslint lib specs",

0 commit comments

Comments
 (0)