From 67022df3e8592271745f7554c5b914deed402394 Mon Sep 17 00:00:00 2001 From: xiaoxunyao Date: Sun, 28 Aug 2022 21:42:30 +0800 Subject: [PATCH] fix: update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 18bdca5..2ec8809 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,13 @@ "name": "@elonehoo/vue-fragment", "type": "module", "version": "0.0.2", - "main": "./dist/index.umd.js", + "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "types": "./dist/fragment.d.ts", "exports": { ".": { "import": "./dist/index.js", - "require": "./dist/index.umd.js" + "require": "./dist/index.umd.cjs" } }, "files": [