Skip to content

Commit

Permalink
chore: exclude examples from JSR
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Mar 13, 2024
1 parent 10651a5 commit aa463c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@vicary/fresh-graphql",
"version": "0.2.6",
"version": "0.2.7",
"exports": "./mod.ts",
"publish": {
"exclude": ["examples/**"]
},
"lock": false,
"nodeModulesDir": false
}

0 comments on commit aa463c7

Please sign in to comment.