Skip to content

Commit

Permalink
chore: add "license" field to all public packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jun 23, 2024
1 parent 70c680a commit b6c1cb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@reactive-dot/core",
"version": "0.0.0",
"license": "LGPL-3.0-or-later",
"type": "module",
"files": [
"src",
Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@reactive-dot/react",
"version": "0.0.0",
"license": "LGPL-3.0-or-later",
"type": "module",
"files": [
"src",
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@reactive-dot/utils",
"version": "0.0.0",
"license": "LGPL-3.0-or-later",
"type": "module",
"files": [
"src",
Expand Down

0 comments on commit b6c1cb6

Please sign in to comment.