Skip to content

Commit

Permalink
fix  WARN  Failed to create bin at /node_modules/.pnpm/node_modules/.…
Browse files Browse the repository at this point in the history
…bin/title. ENOENT: no such file or directory, open '/node_modules/.pnpm/node_modules/title/dist/bin.js'(#87)
  • Loading branch information
dimaMachina authored Nov 20, 2024
1 parent 3375d72 commit 79170e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"style"
],
"bin": {
"title": "./dist/bin.js"
"title": "./dist/esm/bin.js"
},
"files": [
"dist"
Expand Down

0 comments on commit 79170e7

Please sign in to comment.