Skip to content

Commit c8af4be

Browse files
committed
change package.json info
1 parent 5645861 commit c8af4be

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

packages/qwik-storefront-ui/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
22
"name": "qwik-storefront-ui",
33
"version": "0.0.1",
4-
"description": "The goal is a component to support performant images on the web and automatic image optimization. That will be built as a pluggable component so devs could connect different image loaders to it (like Cloudinary, or builder)",
4+
"description": "A frontend library for Qwik that helps developers quickly build fast, accessible, and beautiful storefronts.",
55
"main": "./index.qwik.cjs",
66
"qwik": "./index.qwik.mjs",
77
"module": "./index.qwik.mjs",
88
"types": "./qwik-storefront-ui/src/index.d.ts",
99
"type": "module",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/qwikifiers/qwik-storefront-ui"
13+
},
14+
"author": "gioboa",
15+
"bugs": {
16+
"url": "https://github.com/qwikifiers/qwik-storefront-ui/issues"
17+
},
18+
"homepage": "https://github.com/qwikifiers/qwik-storefront-ui#readme",
1019
"exports": {
1120
".": {
1221
"import": "./index.qwik.mjs",

0 commit comments

Comments
 (0)