Skip to content

Commit b402ee2

Browse files
committed
fix: license
1 parent e7127e8 commit b402ee2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.changeset/hip-weeks-deny.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@udecode/plate-playwright': patch
3+
'@udecode/plate-suggestion': patch
4+
---
5+
6+
Added license to package.json

packages/playwright/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@
5757
},
5858
"publishConfig": {
5959
"access": "public"
60-
}
60+
},
61+
"license": "MIT"
6162
}

packages/suggestion/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@
6767
},
6868
"publishConfig": {
6969
"access": "public"
70-
}
70+
},
71+
"license": "MIT"
7172
}

0 commit comments

Comments
 (0)