Skip to content

Commit

Permalink
fix: license
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaticMuch committed Nov 27, 2024
1 parent e7127e8 commit b402ee2
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 b402ee2

Please sign in to comment.