Skip to content

Commit fc69ff6

Browse files
committed
Support svelte@4
1 parent 19d41a6 commit fc69ff6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerodevx/svelte-img",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "High-performance responsive images for SvelteKit",
55
"author": "Jason Lee <[email protected]>",
66
"scripts": {
@@ -10,17 +10,17 @@
1010
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
1111
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
1212
"format": "prettier --write --plugin-search-dir=. .",
13-
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
13+
"lint": "prettier --check --plugin-search-dir=. . && eslint . && npm run check",
1414
"test": "playwright test",
15-
"package": "svelte-kit sync && svelte-package && npx publint",
15+
"package": "npm run lint && svelte-package && npx publint",
1616
"deploy": "npm run build && npx gh-pages -d build -t -f"
1717
},
1818
"dependencies": {
1919
"imagetools-core": "3.3.1",
2020
"vite-imagetools": "4.0.18"
2121
},
2222
"peerDependencies": {
23-
"svelte": "^3.55.1"
23+
"svelte": "^3.55.1 || ^4.0.0"
2424
},
2525
"devDependencies": {
2626
"@playwright/test": "^1.31.2",

0 commit comments

Comments
 (0)