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 3aaa50b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ build/Release
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# NPM registry indicator
.npmrc

# Built docs
dist-docs

Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

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", "docs", "test", ".github", ".gitattributes", "croner.png", "SECURITY.md"]
}
}

0 comments on commit 3aaa50b

Please sign in to comment.