Skip to content

Commit

Permalink
🐞 Try using the main entry-point directly (vs the transpiled version)
Browse files Browse the repository at this point in the history
  • Loading branch information
canterberry committed Jan 5, 2022
1 parent 711874c commit 050f0ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "pinki",
"version": "0.0.1",
"version": "0.0.2",
"description": "Pinki is a CLI for signing and verifying software releases.",
"bin": {
"pinki": "lib/esm/index.mjs"
"pinki": "src/index.mjs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 050f0ee

Please sign in to comment.