Skip to content

Commit

Permalink
Add split screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuezas committed Oct 3, 2024
1 parent 0aa3d89 commit 43171f3
Show file tree
Hide file tree
Showing 5 changed files with 3,363 additions and 2,439 deletions.
Binary file modified chrome-palette.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "chrome-palette",
"displayName": "Chrome Palette",
"version": "2.1.0",
"version": "2.2.0",
"description": "Command Palette for Chrome",
"license": "MIT",
"packageManager": "pnpm@7.30.0",
"packageManager": "pnpm@9.12.0",
"repository": {
"type": "git",
"url": "https://github.com/dbuezas/solid-chrome-palette.git"
},
"engines": {
"pnpm": ">=7",
"pnpm": ">=9",
"node": ">=20"
},
"scripts": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"solid-devtools": "^0.27.7",
"ts-loader": "9.4.4",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"typescript": "^5.6.2",
"vite": "4.4.9",
"vite-plugin-solid": "^2.7.0"
}
Expand Down
Loading

0 comments on commit 43171f3

Please sign in to comment.