Skip to content

Commit

Permalink
fix(build): ignore deno files in npm publishes
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 7, 2023
1 parent 7a9e4b7 commit b3d6a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"!dist/**/*.min.js",
"!dist/node/webcrypto/**/*",
"!dist/types/runtime/*",
"!dist/types/lib/*"
"!dist/types/lib/*",
"!dist/deno/**/*"
],
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit b3d6a11

Please sign in to comment.