Skip to content

Commit d9b18c7

Browse files
committed
chore: define files to publish to npm
1 parent 3840e77 commit d9b18c7

File tree

3 files changed

+5
-171
lines changed

3 files changed

+5
-171
lines changed

packages/web/.npmignore

-171
This file was deleted.
File renamed without changes.

packages/web/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"types": "./dist/index.d.ts"
1313
}
1414
},
15+
"files": [
16+
"dist",
17+
"LICENSE",
18+
"README.md"
19+
],
1520
"scripts": {
1621
"build": "tsup",
1722
"watch": "pnpm run build --watch src",

0 commit comments

Comments
 (0)