Skip to content

Commit 32d5169

Browse files
authored
Merge pull request #774 from maiieul/add-repository-fields-to-package.json
chore(pkg.pr.new): add repository fields to package.json files
2 parents 73cf7ae + bdd44af commit 32d5169

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

packages/kit-headless/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"publishConfig": {
66
"access": "public"
77
},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/qwikifiers/qwik-ui",
11+
"directory": "packages/kit-headless"
12+
},
813
"main": "./index.qwik.cjs",
914
"qwik": "./index.qwik.mjs",
1015
"module": "./index.qwik.mjs",

packages/kit-styled/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"publishConfig": {
66
"access": "public"
77
},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/qwikifiers/qwik-ui",
11+
"directory": "packages/kit-styled"
12+
},
813
"main": "./src/index.ts",
914
"types": "./packages/kit-styled/src/index.d.ts",
1015
"generators": "./generators.json",

packages/utils/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"publishConfig": {
66
"access": "public"
77
},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/qwikifiers/qwik-ui",
11+
"directory": "packages/utils"
12+
},
813
"dependencies": {
914
"tailwind-merge": "^1.14.0",
1015
"clsx": "^2.0.0",

0 commit comments

Comments
 (0)