Skip to content

Commit

Permalink
fix: update repo in package.json (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed May 14, 2024
1 parent c9a4b22 commit 0bf21dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"version": "7.1.2",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me)",
"license": "WTFPL",
"repository": "domenic/chai-as-promised",
"repository": {
"type": "git",
"url": "git+https://github.com/chaijs/chai-as-promised.git"
},
"main": "./lib/chai-as-promised.js",
"exports": {
".": "./lib/chai-as-promised.js"
Expand Down

0 comments on commit 0bf21dd

Please sign in to comment.