Skip to content

Commit

Permalink
chore: add license fields
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Sep 30, 2024
1 parent 39dbee5 commit 56679c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@fresh/core",
"version": "2.0.0-alpha.21",
"license": "MIT",
"exports": {
".": "./src/mod.ts",
"./runtime": "./src/runtime/shared.ts",
Expand Down
1 change: 1 addition & 0 deletions examples/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@fresh/examples",
"version": "1.0.1",
"license": "MIT",
"exports": {
"./island": "./src/island.tsx",
"./app1": "./src/app1.tsx",
Expand Down
1 change: 1 addition & 0 deletions init/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@fresh/init",
"version": "2.0.0-alpha.21",
"license": "MIT",
"exports": {
".": "./src/mod.ts"
},
Expand Down
1 change: 1 addition & 0 deletions plugin-tailwindcss/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@fresh/plugin-tailwind",
"version": "0.0.1-alpha.7",
"license": "MIT",
"exports": {
".": "./src/mod.ts"
},
Expand Down
1 change: 1 addition & 0 deletions update/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@fresh/update",
"version": "2.0.0-alpha.21",
"license": "MIT",
"exports": {
".": "./src/mod.ts"
},
Expand Down

0 comments on commit 56679c5

Please sign in to comment.