Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 16b4282

Browse files
committed
add files
1 parent b59b31c commit 16b4282

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
@@ -12,6 +12,9 @@
1212
"author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)",
1313
"main": "dist/index.js",
1414
"typings": "dist/index.d.ts",
15+
"files": [
16+
"dist"
17+
],
1518
"scripts": {
1619
"build": "run-s build:js example:build",
1720
"build:js": "esbuild src/index.ts --platform=browser --outfile=dist/index.js --format=esm --minify --sourcemap",

0 commit comments

Comments
 (0)