Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Oct 8, 2024
1 parent c3d57b2 commit 6705031
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -142,4 +148,4 @@
"react-use-websocket": "^4.8.1",
"tailwind-merge": "^1.14.0"
}
}
}

0 comments on commit 6705031

Please sign in to comment.