Skip to content

Commit

Permalink
chore: exclude unrelated files 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 093123f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "@vicary/fresh-graphql",
"version": "0.2.6",
"version": "0.2.8",
"exports": "./mod.ts",
"publish": {
"exclude": [
".github/**",
".vscode/**",
"examples/**"
]
},
"lock": false,
"nodeModulesDir": false
}

0 comments on commit 093123f

Please sign in to comment.