File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments