Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Oct 7, 2024
1 parent b4a0caa commit 62644d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1",
"version": "4.7.2",
"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 62644d2

Please sign in to comment.