Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h2xd committed Feb 6, 2025
1 parent 99d2024 commit 5da75f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "@hivemq/ui-library",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"publishConfig": {
"types": "./dist/index.d.ts",
"module": "./dist/index.es.js"
},
"files": ["dist"],
"files": [
"dist"
],
"engines": {
"node": "20",
"pnpm": "9"
Expand Down

0 comments on commit 5da75f0

Please sign in to comment.