Skip to content

Commit aeb10aa

Browse files
committed
update adapter
1 parent 9ed90d6 commit aeb10aa

File tree

7 files changed

+25
-292
lines changed

7 files changed

+25
-292
lines changed

packages/paneforge/LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Hunter Johnston <https://github.com/huntabyte>
4+
Copyright (c) 2023 Brian Vaughn <https://github.com/bvaughn>
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

packages/paneforge/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"eslint": "^8.56.0",
5353
"eslint-config-prettier": "^9.1.0",
5454
"eslint-plugin-svelte": "^2.35.1",
55-
"lucide-svelte": "^0.303.0",
5655
"postcss": "^8.4.32",
5756
"postcss-load-config": "^5.0.2",
5857
"prettier": "^3.1.1",
@@ -61,7 +60,7 @@
6160
"publint": "^0.1.9",
6261
"svelte": "^4.2.7",
6362
"svelte-check": "^3.6.0",
64-
"tailwindcss": "^3.3.6",
63+
"tailwindcss": "^3.4.1",
6564
"tslib": "^2.4.1",
6665
"typescript": "^5.0.0",
6766
"vite": "^5.0.3",

packages/paneforge/src/routes/+layout.svelte

-5
This file was deleted.

packages/paneforge/src/routes/+page.svelte

Whitespace-only changes.

0 commit comments

Comments
 (0)