Skip to content

Commit a12a277

Browse files
authored
Merge pull request #3819 from LunaticMuch/fix/license
fix: license
2 parents efb9cd2 + b402ee2 commit a12a277

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)