Skip to content

Commit 5da75f0

Browse files
committed
1.1.0
1 parent 99d2024 commit 5da75f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "@hivemq/ui-library",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"type": "module",
55
"main": "./dist/index.es.js",
66
"types": "./dist/index.d.ts",
77
"publishConfig": {
88
"types": "./dist/index.d.ts",
99
"module": "./dist/index.es.js"
1010
},
11-
"files": ["dist"],
11+
"files": [
12+
"dist"
13+
],
1214
"engines": {
1315
"node": "20",
1416
"pnpm": "9"

0 commit comments

Comments
 (0)