Skip to content

Commit

Permalink
🙈 Update files to be ignored by Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 25, 2024
1 parent 7532388 commit d2b19b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/abi.js/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
"exports": {
".": "./dist/deno/index.ts"
},
"include": ["deno.json", "dist/deno/*.ts", "README.md", "LICENSE.md"],
"include": ["deno.json", "dist/deno/*.ts"],
"exclude": [
".*",
"tmp/**/*",
"dist/deno/*.test.ts",
"dist/deno/*.d.ts",
"dist/deno/**/*.js",
"dist/deno/deps/**",
"**/*.md",
"dist/node/*",
"scripts/*",
"src/*",
"tmp/**/*",
"tests/*",
"biome.json",
"tsconfig.json",
Expand Down

0 comments on commit d2b19b1

Please sign in to comment.