Skip to content

Commit b42cacb

Browse files
committed
fix(create): fix path to bin
1 parent 272bf9d commit b42cacb

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

packages/init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "src/index.js",
66
"bin": {
7-
"d2-init": "bin/index.js"
7+
"d2-init": "bin/d2-init"
88
},
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1"

pnpm-lock.yaml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)