We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8588f0f + 326ae21 commit 0247e37Copy full SHA for 0247e37
package.json
@@ -21,9 +21,9 @@
21
"license": "MIT",
22
"repository": {
23
"type": "git",
24
- "url": "https://github.com/pmcelhaney/counterfact.git"
+ "url": "git+https://github.com/counterfact/api-simulator.git"
25
},
26
- "bugs": "https://github.com/pmcelhaney/counterfact/issues",
+ "bugs": "https://github.com/counterfact/api-simulator/issues",
27
"homepage": "https://counterfact.dev",
28
"funding": {
29
"type": "github",
@@ -56,7 +56,7 @@
56
"node": ">=22"
57
58
"bin": {
59
- "counterfact": "./bin/counterfact.js"
+ "counterfact": "bin/counterfact.js"
60
61
"files": [
62
"bin",
0 commit comments