File tree Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 44 "license" : " MIT" ,
55 "scripts" : {},
66 "private" : false ,
7- "repository" : {
8- "type" : " git" ,
9- "url" : " https://github.com/qwikifiers/qwik-image"
10- },
11- "author" : " gioboa" ,
12- "bugs" : {
13- "url" : " https://github.com/qwikifiers/qwik-image/issues"
14- },
15- "homepage" : " https://github.com/qwikifiers/qwik-image#readme" ,
167 "devDependencies" : {
178 "@builder.io/qwik" : " ~1.1.0" ,
189 "@builder.io/qwik-city" : " ~1.1.0" ,
5849 }
5950 },
6051 "keywords" : [
61- " qwik" ,
62- " qwik-image" ,
63- " image optimization"
52+ " qwik"
6453 ]
6554}
Original file line number Diff line number Diff line change 77 "module" : " ./index.qwik.mjs" ,
88 "types" : " ./qwik-image/src/index.d.ts" ,
99 "type" : " module" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/qwikifiers/qwik-image"
13+ },
14+ "author" : " gioboa" ,
15+ "bugs" : {
16+ "url" : " https://github.com/qwikifiers/qwik-image/issues"
17+ },
18+ "homepage" : " https://github.com/qwikifiers/qwik-image#readme" ,
1019 "exports" : {
1120 "." : {
1221 "import" : " ./index.qwik.mjs" ,
1322 "require" : " ./index.qwik.cjs"
1423 }
1524 },
1625 "dependencies" : {},
17- "peerDependencies" : {}
26+ "peerDependencies" : {},
27+ "keywords" : [
28+ " qwik-image" ,
29+ " image optimization"
30+ ]
1831}
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ type ImageAttributes = QwikIntrinsicElements['img'];
1515
1616/**
1717 * @alpha
18- *
1918 */
2019export type ImageState = {
2120 resolutions ?: number [ ] ;
You can’t perform that action at this time.
0 commit comments