diff --git a/package-lock.json b/package-lock.json index f7abd10c..b47fd8e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "utopia-ui", - "version": "3.0.54", + "version": "3.0.55", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "utopia-ui", - "version": "3.0.54", + "version": "3.0.55", "license": "GPL-3.0-only", "dependencies": { "@heroicons/react": "^2.0.17", diff --git a/package.json b/package.json index 7d4907fc..f239e48f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utopia-ui", - "version": "3.0.54", + "version": "3.0.55", "description": "Reuseable React Components to build mapping apps for real life communities and networks", "repository": "https://github.com/utopia-os/utopia-ui", "homepage:": "https://utopia-os.org/", @@ -10,7 +10,8 @@ ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" - }}, + } + }, "type": "module", "scripts": { "build": "rollup -c",