Skip to content

Commit e87e413

Browse files
committed
Merge branch 'hotfix/npm-version'
2 parents e2dec9e + fb2b371 commit e87e413

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-persian-datetime-picker",
33
"description": "A vue plugin to select jalali date and time",
4-
"version": "2.9.0",
4+
"version": "2.9.1",
55
"private": false,
66
"author": "Mohammad Talkhabi",
77
"license": "MIT",
@@ -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)