Skip to content

Commit

Permalink
chore(core,eslint-plugin): exclude build_npm.ts from jsr (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
adjsky authored Oct 31, 2024
1 parent b7874ab commit c8cae3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"version": "1.4.1",
"exports": {
".": "./mod.ts"
},
"publish": {
"exclude": ["build_npm.ts"]
}
}
3 changes: 3 additions & 0 deletions eslint-plugin/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"exports": {
".": "./mod.ts"
},
"publish": {
"exclude": ["build_npm.ts"]
},
"imports": {
"@typescript-eslint/parser": "npm:@typescript-eslint/parser@^8.12.2",
"@typescript-eslint/rule-tester": "npm:@typescript-eslint/rule-tester@^8.12.2",
Expand Down

0 comments on commit c8cae3e

Please sign in to comment.