Skip to content

Commit b3d6a11

Browse files
committed
fix(build): ignore deno files in npm publishes
1 parent 7a9e4b7 commit b3d6a11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"!dist/**/*.min.js",
100100
"!dist/node/webcrypto/**/*",
101101
"!dist/types/runtime/*",
102-
"!dist/types/lib/*"
102+
"!dist/types/lib/*",
103+
"!dist/deno/**/*"
103104
],
104105
"scripts": {
105106
"build": "tsc",

0 commit comments

Comments
 (0)