Skip to content

Commit

Permalink
fix: Update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed Jul 12, 2024
1 parent 1da729f commit b7b9c03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fresh-dodos-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'token.js': patch
---

Update entrypoint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "token.js",
"version": "0.0.2",
"description": "",
"main": "index.js",
"main": "./dist/index.js",
"scripts": {
"test": "vitest --exclude 'test/manual/**'",
"test:coverage": "vitest --exclude 'test/manual/**' run --coverage",
Expand Down

0 comments on commit b7b9c03

Please sign in to comment.