We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06da738 + b7b9c03 commit b17a8c5Copy full SHA for b17a8c5
.changeset/fresh-dodos-tease.md
@@ -0,0 +1,5 @@
1
+---
2
+'token.js': patch
3
4
+
5
+Update entrypoint
package.json
@@ -2,7 +2,7 @@
"name": "token.js",
"version": "0.0.2",
"description": "",
- "main": "index.js",
+ "main": "./dist/index.js",
6
"scripts": {
7
"test": "vitest --exclude 'test/manual/**'",
8
"test:coverage": "vitest --exclude 'test/manual/**' run --coverage",
0 commit comments