Skip to content

Commit

Permalink
✨ feat: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
andybuibui committed May 10, 2024
1 parent c1415c8 commit 68f707d
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -75,5 +75,9 @@
"peerDependencies": {
"react": ">=18.1.0",
"react-dom": ">=18.1.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit 68f707d

Please sign in to comment.