Skip to content

Commit

Permalink
fix: export js file in dist folder (#1596) (#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
vagreargnatry committed Aug 30, 2023
1 parent 78e8c08 commit cbe0dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
".": "./build/mqtt.js",
"./package.json": "./package.json",
"./*.map": "./build/*.js.map",
"./dist/*": "./dist/*.js",
"./*": "./build/*.js"
},
"types": "build/mqtt.d.ts",
Expand Down

0 comments on commit cbe0dc6

Please sign in to comment.