Skip to content

Commit

Permalink
fix: add src to binary path (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
yapyuyou committed Mar 20, 2024
1 parent 548a9ad commit 4df3925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.ts",
"types": "dist/types/index.d.ts",
"bin": {
"open-attestation": "dist/cjs/index.js",
"oa": "dist/cjs/index.js"
"open-attestation": "dist/cjs/src/index.js",
"oa": "dist/cjs/src/index.js"
},
"scripts": {
"dev": "ts-node src/index.ts",
Expand Down

0 comments on commit 4df3925

Please sign in to comment.