Skip to content

Commit ce962cb

Browse files
committed
Include only the dist in package.
1 parent 42277da commit ce962cb

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
@@ -6,6 +6,9 @@
66
"license": "MIT",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
9+
"files": [
10+
"dist/**/*"
11+
],
912
"scripts": {
1013
"build": "tsc",
1114
"format:check": "prettier --check \"{**/*,*}.{js,ts}\"",

0 commit comments

Comments
 (0)