Skip to content

Commit

Permalink
Merge pull request #3819 from LunaticMuch/fix/license
Browse files Browse the repository at this point in the history
fix: license
  • Loading branch information
zbeyens authored Nov 27, 2024
2 parents efb9cd2 + b402ee2 commit a12a277
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/hip-weeks-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@udecode/plate-playwright': patch
'@udecode/plate-suggestion': patch
---

Added license to package.json
3 changes: 2 additions & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
},
"publishConfig": {
"access": "public"
}
},
"license": "MIT"
}
3 changes: 2 additions & 1 deletion packages/suggestion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
},
"publishConfig": {
"access": "public"
}
},
"license": "MIT"
}

0 comments on commit a12a277

Please sign in to comment.