Skip to content

Commit 04b5872

Browse files
add-license (#1070)
* add-license * changeset
1 parent 62aabeb commit 04b5872

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

.changeset/giant-seals-whisper.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@qwik-ui/headless': patch
3+
'@qwik-ui/styled': patch
4+
'@qwik-ui/themes': patch
5+
'@qwik-ui/utils': patch
6+
---
7+
8+
add license in package json

packages/kit-headless/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"require": "./index.qwik.cjs"
2626
}
2727
},
28+
"license": "MIT",
2829
"engines": {
2930
"node": ">=16.0.0"
3031
},

packages/kit-styled/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"node": ">=16.0.0"
1919
},
2020
"private": false,
21+
"license": "MIT",
2122
"scripts": {},
2223
"peerDependencies": {
2324
"@builder.io/qwik": ">=1.3.1"

packages/themes/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"node": ">=16.0.0"
2020
},
2121
"private": false,
22+
"license": "MIT",
2223
"scripts": {},
2324
"peerDependencies": {
2425
"@builder.io/qwik": ">=1.3.1"

packages/utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"require": "./index.cjs"
2424
}
2525
},
26+
"license": "MIT",
2627
"main": "./index.cjs",
2728
"module": "./index.js",
2829
"typings": "./index.d.ts"

0 commit comments

Comments
 (0)