Skip to content

Commit f4863ff

Browse files
authored
Merge pull request #127 from sh-nouri/fix/jalalidate
🚑 fix: main file path
2 parents b428d1a + 13b2fa7 commit f4863ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@alibaba-aero/vue-calendar",
33
"version": "0.7.5",
44
"description": "Vue Calendar",
5-
"main": "dist/vue-calendar.cjs.js",
5+
"main": "dist/vue-calendar.cjs.min.js",
66
"web": "dist/vue-calendar.min.js",
77
"module": "dist/vue-calendar.es.js",
88
"jsnext:main": "dist/vue-calendar.es.js",

0 commit comments

Comments
 (0)