Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Sep 5, 2023
1 parent 52fb9f7 commit 7bbae2b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-mqtt-server",
"version": "0.2.0",
"version": "0.3.0",
"description": "test",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -148,7 +148,12 @@
"source": "src",
"output": "lib",
"targets": [
["commonjs", { "configFile": true }],
[
"commonjs",
{
"configFile": true
}
],
"module",
[
"typescript",
Expand Down

0 comments on commit 7bbae2b

Please sign in to comment.