Skip to content

Commit fb23d1b

Browse files
author
pooya parsa
committed
fix(pkg): only include lib in pkg
1 parent 7426deb commit fb23d1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"surge": "surge -d https://nuxt7.surge.sh examples/kitchen-sink/dist",
1717
"release": "standard-version && git push --follow-tags && npm publish"
1818
},
19+
"files": [
20+
"lib"
21+
],
1922
"dependencies": {
2023
"defu": "^0.0.1",
2124
"framework7": "^5.7.0",

0 commit comments

Comments
 (0)