Skip to content

Commit

Permalink
chore: add missing license fields on some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Nov 4, 2024
1 parent 8b22684 commit eb93bbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/base/compose/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@hattip/compose",
"version": "0.0.49",
"type": "module",
"description": "Middleware system for Hattip",
"license": "MIT",
"type": "module",
"files": [
"dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/base/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@hattip/core",
"version": "0.0.49",
"type": "module",
"license": "MIT",
"files": [
"index.d.ts"
],
Expand Down
1 change: 1 addition & 0 deletions packages/base/multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.49",
"type": "module",
"description": "Multipart parser for fetch API",
"license": "MIT",
"files": [
"dist"
],
Expand Down

0 comments on commit eb93bbd

Please sign in to comment.