From d6986a946a81e1c051c6c0ea8199e38621e2d9b9 Mon Sep 17 00:00:00 2001 From: Antoliny0919 Date: Fri, 10 Jul 2026 16:12:00 +0900 Subject: [PATCH] chore: remove duplicate jsdelivr and unpkg CDN fields from package.json --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 0a3a77d82..dd51f3f48 100644 --- a/package.json +++ b/package.json @@ -285,7 +285,5 @@ "unplugged": true } }, - "jsdelivr": "./dist/browser.global.js", - "react-native": "./dist/index.js", - "unpkg": "./dist/browser.global.js" + "react-native": "./dist/index.js" }