From 6705031717559334219e098c8288d65bc5d54fc1 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Tue, 8 Oct 2024 14:41:44 +0200 Subject: [PATCH] version bump --- package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b556e32..fdf3754 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "remix-development-tools", "description": "Remix development tools - a set of tools for developing/debugging Remix.run apps", "author": "Alem Tuzlak", - "version": "4.7.2", + "version": "4.7.3", "license": "MIT", "keywords": [ "remix", @@ -54,7 +54,9 @@ "default": "./dist/client.css" } }, - "files": ["dist"], + "files": [ + "dist" + ], "repository": { "type": "git", "url": "git+https://github.com/Code-Forge-Net/Remix-Dev-Tools.git" @@ -91,7 +93,11 @@ "icons": "npm run run:scripts scripts/icons.ts", "check:unused": "knip " }, - "workspaces": [".", "test-apps/*", "docs"], + "workspaces": [ + ".", + "test-apps/*", + "docs" + ], "peerDependencies": { "@remix-run/react": ">=1.15", "react": ">=17", @@ -142,4 +148,4 @@ "react-use-websocket": "^4.8.1", "tailwind-merge": "^1.14.0" } -} +} \ No newline at end of file