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.
1 parent b17a8c5 commit 5ffe2d9Copy full SHA for 5ffe2d9
package.json
@@ -2,7 +2,11 @@
2
"name": "token.js",
3
"version": "0.0.2",
4
"description": "",
5
- "main": "./dist/index.js",
+ "main": "dist/index",
6
+ "types": "dist/index",
7
+ "files": [
8
+ "dist/*"
9
+ ],
10
"scripts": {
11
"test": "vitest --exclude 'test/manual/**'",
12
"test:coverage": "vitest --exclude 'test/manual/**' run --coverage",
0 commit comments