From d6d95d70fd381c1c686ccbae0090f202567ded71 Mon Sep 17 00:00:00 2001 From: Ansgoo Date: Mon, 2 Dec 2024 23:35:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E4=BA=86=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=8F=91=E5=B8=83=E6=B5=81=E6=B0=B4=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/Border/BorderBox7/package.json | 1 + resource/Container/Tabs/package.json | 1 + resource/Decoration/Decoration3/package.json | 1 + resource/Decoration/Decoration4/package.json | 1 + resource/Gauge/Gauge1/package.json | 1 + resource/Table/package.json | 1 + 6 files changed, 6 insertions(+) diff --git a/resource/Border/BorderBox7/package.json b/resource/Border/BorderBox7/package.json index b4c04070..b8dc2f6f 100644 --- a/resource/Border/BorderBox7/package.json +++ b/resource/Border/BorderBox7/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "边框7", "main": "index.ts", + "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/resource/Container/Tabs/package.json b/resource/Container/Tabs/package.json index cd9741aa..736fcd9a 100644 --- a/resource/Container/Tabs/package.json +++ b/resource/Container/Tabs/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "Tabs组件", "main": "index.js", + "private":true, "scripts": { }, "keywords": [ diff --git a/resource/Decoration/Decoration3/package.json b/resource/Decoration/Decoration3/package.json index ba83e0bd..9869ebc0 100644 --- a/resource/Decoration/Decoration3/package.json +++ b/resource/Decoration/Decoration3/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "3#装饰", "main": "index.ts", + "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/resource/Decoration/Decoration4/package.json b/resource/Decoration/Decoration4/package.json index 51e9f255..8f499d66 100644 --- a/resource/Decoration/Decoration4/package.json +++ b/resource/Decoration/Decoration4/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "5#装饰", "main": "index.ts", + "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/resource/Gauge/Gauge1/package.json b/resource/Gauge/Gauge1/package.json index c65a2eb0..765dc3de 100644 --- a/resource/Gauge/Gauge1/package.json +++ b/resource/Gauge/Gauge1/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "1#仪表盘", "main": "index.ts", + "private": true, "scripts": {}, "keywords": [ "OpenDataV" diff --git a/resource/Table/package.json b/resource/Table/package.json index 05cc155e..ff8fde4e 100644 --- a/resource/Table/package.json +++ b/resource/Table/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "OpenDataV滚动表格", "main": "ScrollTable/index.ts", + "private": true, "scripts": {}, "keywords": [ "OpenDataV"