Skip to content

Commit 3f59834

Browse files
committed
Use different "repository" syntax in package.json
npm has started complaining about this recently.
1 parent 51bfc79 commit 3f59834

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"test": "node --test",
99
"coverage": "c8 node --test --experimental-test-coverage test/*.js"
1010
},
11-
"repository": "jsdom/webidl-conversions",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/jsdom/webidl-conversions.git"
14+
},
1215
"keywords": [
1316
"webidl",
1417
"web",

0 commit comments

Comments
 (0)