Skip to content

Commit bfe1712

Browse files
committed
Add files to package.json (for npm package)
1 parent 67e1879 commit bfe1712

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
],
2727
"main": "./lib/index.js",
2828
"types": "./lib/index.d.ts",
29+
"files": [
30+
"lib",
31+
"src"
32+
],
2933
"scripts": {
3034
"build": "npm-run-all clean build:icons build:ts",
3135
"build:icons": "ts-node ./scripts/buildIcons.ts",

0 commit comments

Comments
 (0)