Skip to content

Commit fb2b371

Browse files
committed
chore: set files field for package.json
1 parent 57a2de9 commit fb2b371

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"type": "git",
2323
"url": "https://github.com/talkhabi/vue-persian-datetime-picker"
2424
},
25+
"files": [
26+
"src",
27+
"dist/*.js",
28+
"index.d.ts"
29+
],
2530
"scripts": {
2631
"serve": "vuepress dev docs",
2732
"build": "npm run export-common & npm run export-umd",

0 commit comments

Comments
 (0)