Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit d3c5c70

Browse files
committed
Specify files for NPM
1 parent c9c0553 commit d3c5c70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",
77
"typings": "dist/index.d.ts",
8+
"files": [
9+
"dist"
10+
],
811
"scripts": {
912
"build": "node build.mjs",
1013
"test": "node test.mjs"

0 commit comments

Comments
 (0)