Skip to content

Commit

Permalink
fixes for deno publish
Browse files Browse the repository at this point in the history
  • Loading branch information
krutoo committed Jun 28, 2024
1 parent efc61c3 commit 95a941f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"exclude": ["npm/**/*"]
},
"publish": {
"include": ["LICENSE", "README.md", "src/**/*.ts"],
"include": ["deno.json", "deno.lock", "LICENSE", "README.md", "src/**/*.ts"],
"exclude": ["src/**/*.test.ts"]
}
}

0 comments on commit 95a941f

Please sign in to comment.