From c3f08f4637cc07c5e464811feab6d641b7b4471f Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 12 Sep 2021 10:10:16 +0800 Subject: [PATCH] chore: adjust package entry file (#9455) --- packages/vant/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vant/package.json b/packages/vant/package.json index 7d15af907..eb39376af 100644 --- a/packages/vant/package.json +++ b/packages/vant/package.json @@ -2,8 +2,8 @@ "name": "vant", "version": "3.2.3", "description": "Mobile UI Components built on Vue", - "main": "lib/index.js", - "module": "es/index.js", + "main": "lib/vant.js", + "module": "lib/vant.es.js", "style": "lib/index.css", "typings": "lib/index.d.ts", "files": [