Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Oct 3, 2024
1 parent 5e9c01e commit 6f56202
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
"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 @@ -93,11 +91,7 @@
"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 @@ -148,4 +142,4 @@
"react-use-websocket": "^4.8.1",
"tailwind-merge": "^1.14.0"
}
}
}

0 comments on commit 6f56202

Please sign in to comment.