From f03a9812075b67a0f43d5560a9ac4626b68b44e9 Mon Sep 17 00:00:00 2001 From: linju-json Date: Sat, 22 May 2021 18:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=81=8A=E5=A4=A9=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/opendb-msg/ package.json | 17 ----------------- collection/opendb-msg/collection.json | 2 +- collection/opendb-msg/package.json | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 18 deletions(-) delete mode 100644 collection/opendb-msg/ package.json create mode 100644 collection/opendb-msg/package.json diff --git a/collection/opendb-msg/ package.json b/collection/opendb-msg/ package.json deleted file mode 100644 index 12abe2e..0000000 --- a/collection/opendb-msg/ package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "@opendb/opendb-msg", - "version": "0.0.1", - "description": "opendb-msg", - "keywords": ["opendb-msg"], - "opendb": { - "title": "im聊天消息", - "type": "collection", - "contributors": [ - { - "name": "DCloud_linju", - "email": "", - "homepage": "" - } - ] - } -} \ No newline at end of file diff --git a/collection/opendb-msg/collection.json b/collection/opendb-msg/collection.json index bfe6c82..5239889 100644 --- a/collection/opendb-msg/collection.json +++ b/collection/opendb-msg/collection.json @@ -62,4 +62,4 @@ } }, "index": [] -} \ No newline at end of file +} diff --git a/collection/opendb-msg/package.json b/collection/opendb-msg/package.json new file mode 100644 index 0000000..12ebf30 --- /dev/null +++ b/collection/opendb-msg/package.json @@ -0,0 +1,15 @@ +{ + "name": "@opendb/opendb-msg", + "version": "0.0.1", + "description": "opendb-msg", + "keywords": ["opendb-msg"], + "opendb": { + "title": "聊天消息", + "type": "collection", + "contributors": [{ + "name": "DCloud_linju", + "email": "", + "homepage": "https://gitee.com/dcloud/opendb" + }] + } +}