Skip to content

Commit 0247e37

Browse files
authored
Merge pull request #1824 from counterfact/update-package-json
update package.json
2 parents 8588f0f + 326ae21 commit 0247e37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"license": "MIT",
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/pmcelhaney/counterfact.git"
24+
"url": "git+https://github.com/counterfact/api-simulator.git"
2525
},
26-
"bugs": "https://github.com/pmcelhaney/counterfact/issues",
26+
"bugs": "https://github.com/counterfact/api-simulator/issues",
2727
"homepage": "https://counterfact.dev",
2828
"funding": {
2929
"type": "github",
@@ -56,7 +56,7 @@
5656
"node": ">=22"
5757
},
5858
"bin": {
59-
"counterfact": "./bin/counterfact.js"
59+
"counterfact": "bin/counterfact.js"
6060
},
6161
"files": [
6262
"bin",

0 commit comments

Comments
 (0)