Skip to content

Commit

Permalink
Exclude more files from repo on jsr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Oct 17, 2024
1 parent 244a439 commit 053e051
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": "@hexagon/croner",
"version": "9.0.0",
"version": "9.0.1-dev.0",
"exports": "./src/croner.ts",
"lint": {
"include": ["src", "build"]
Expand Down Expand Up @@ -28,6 +28,6 @@
"esbuild-plugin-d.ts": "npm:esbuild-plugin-d.ts@~1.3.1"
},
"publish": {
"exclude": ["build", "dist", "docs", "test", "package.json", ".github"]
"exclude": ["build", "dist", "docs", "test", "package.json", ".github", ".gitattributes","croner.png"]
}
}

0 comments on commit 053e051

Please sign in to comment.