Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Aug 23, 2024
1 parent 9939cf9 commit bd4628c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"bin": {
"test-runner": "bin/cli.js"
},
"repository": "https://github.com/test-runner-js/test-runner",
"repository": {
"type": "git",
"url": "git+https://github.com/test-runner-js/test-runner.git"
},
"type": "module",
"exports": "./index.js",
"keywords": [
Expand All @@ -29,6 +32,7 @@
},
"files": [
"bin",
"lib",
"index.js"
],
"scripts": {
Expand Down

0 comments on commit bd4628c

Please sign in to comment.