Skip to content

Commit

Permalink
Merge pull request #38 from ScopeSV/main-entry
Browse files Browse the repository at this point in the history
fix: package.json entries
  • Loading branch information
ScopeSV authored Nov 28, 2023
2 parents a0bba03 + ddad122 commit 9dabe53
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 @@ -2,9 +2,9 @@
"name": "kyseline",
"version": "0.2.1",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"bin": {
"kycli": "./dist/index.js"
"kyseline": "./dist/index.js"
},
"scripts": {
"build-dev": "tsc && chmod +x ./dist/index.js && npm link",
Expand Down

0 comments on commit 9dabe53

Please sign in to comment.