From 68f707d66d4b525e7c247d8cb224a323c25373f7 Mon Sep 17 00:00:00 2001 From: andybuibui Date: Fri, 10 May 2024 17:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20upgrade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index da5adfc..58e1645 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,7 @@ { "name": "rc-mqtt", - "version": "1.0.0", + "version": "1.0.1", "private": false, - "homepage": "https://github.com/andybuibui/rc-mqtt#readme", - "bugs": { - "url": "https://github.com/andybuibui/rc-mqtt/issues" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/andybuibui/rc-mqtt" - }, - "type": "module", "keywords": [ "mqtt", "mqttjs", @@ -25,6 +16,15 @@ "esp8266", "esp32" ], + "homepage": "https://github.com/andybuibui/rc-mqtt#readme", + "bugs": { + "url": "https://github.com/andybuibui/rc-mqtt/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/andybuibui/rc-mqtt" + }, + "type": "module", "exports": { ".": { "import": "./dist/rc-mqtt.js", @@ -75,5 +75,9 @@ "peerDependencies": { "react": ">=18.1.0", "react-dom": ">=18.1.0" + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" } }