We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2577ae3 commit 46b8354Copy full SHA for 46b8354
.changeset/witty-garlics-lay.md
@@ -0,0 +1,5 @@
1
+---
2
+'@cube-dev/ui-kit': minor
3
4
+
5
+Add license field to the published package.json
scripts/copy-files.js
@@ -22,6 +22,7 @@ function copyPackageJson() {
22
keywords,
23
repository,
24
sideEffects,
25
+ license,
26
} = JSON.parse(packageData);
27
const newPackageData = {
28
name,
@@ -34,6 +35,7 @@ function copyPackageJson() {
34
35
36
peerDependencies,
37
dependencies,
38
39
module: './es/index.js',
40
types: './types/index.d.ts',
41
main: './cjs/index.js',
0 commit comments