Skip to content

Commit 47e6793

Browse files
committed
fix: *.umd.cjs path
1 parent 7c44b00 commit 47e6793

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ant/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.1",
44
"description": "Cron editor for Ant Vue",
55
"type": "module",
6-
"main": "dist/ant.umd.js",
6+
"main": "dist/ant.umd.cjs",
77
"module": "dist/ant.js",
88
"types": "dist/index.d.ts",
99
"repository": "https://github.com/abichinger/vue-js-cron",

light/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.0.0",
44
"description": "lightweight vue.js cron editor",
55
"type": "module",
6-
"main": "dist/light.umd.js",
6+
"main": "dist/light.umd.cjs",
77
"module": "dist/light.js",
88
"types": "dist/index.d.ts",
99
"repository": "https://github.com/abichinger/vue-js-cron",

vuetify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.0.1",
44
"description": "Cron editor for vuetify",
55
"type": "module",
6-
"main": "dist/vuetify.umd.js",
6+
"main": "dist/vuetify.umd.cjs",
77
"module": "dist/vuetify.js",
88
"types": "dist/index.d.ts",
99
"repository": "https://github.com/abichinger/vue-js-cron",

0 commit comments

Comments
 (0)