Skip to content

Commit 5ffe2d9

Browse files
committed
fix: include only correct files
1 parent b17a8c5 commit 5ffe2d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "token.js",
33
"version": "0.0.2",
44
"description": "",
5-
"main": "./dist/index.js",
5+
"main": "dist/index",
6+
"types": "dist/index",
7+
"files": [
8+
"dist/*"
9+
],
610
"scripts": {
711
"test": "vitest --exclude 'test/manual/**'",
812
"test:coverage": "vitest --exclude 'test/manual/**' run --coverage",

0 commit comments

Comments
 (0)