Skip to content

Commit

Permalink
readme missing in deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ycmjason committed Oct 8, 2024
1 parent 6a614f7 commit 8cadd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishball/acme",
"version": "0.1.1",
"version": "0.1.2",
"exports": "./src/mod.ts",
"compilerOptions": {
"strict": true,
Expand All @@ -9,7 +9,7 @@
"noFallthroughCasesInSwitch": true
},
"publish": {
"include": ["src", "LICENSE"],
"include": ["src", "LICENSE", "README.md"],
"exclude": ["*.test.ts"]
},
"imports": {},
Expand Down

0 comments on commit 8cadd81

Please sign in to comment.