Skip to content

Commit a984366

Browse files
committed
chore: use explicit repository field format in package.json
1 parent 15db54c commit a984366

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"tokenizer/",
2121
"validate/"
2222
],
23-
"repository": "florajs/ql",
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/florajs/ql.git"
26+
},
2427
"homepage": "https://github.com/florajs/ql",
2528
"keywords": [
2629
"florajs",

0 commit comments

Comments
 (0)