Skip to content

Commit

Permalink
build: update zig export file patterns in pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 8, 2024
1 parent 093cfef commit f9808e9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/leb128/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"files": [
"./*.js",
"./*.d.ts",
"zig"
"zig/*.zig"
],
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api-bindgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"bin",
"include",
"schema",
"zig",
"zig/*.zig",
"internal"
],
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"files": [
"./*.js",
"./*.d.ts",
"zig",
"zig/*.zig",
"generated"
],
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"files": [
"./*.js",
"./*.d.ts",
"zig",
"zig/*.zig",
"generated"
],
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api-schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"files": [
"./*.js",
"./*.d.ts",
"zig",
"zig/*.zig",
"generated"
],
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api-webgl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"files": [
"./*.js",
"./*.d.ts",
"zig",
"zig/*.zig",
"generated"
],
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"./*.js",
"./*.d.ts",
"include",
"zig"
"zig/*.zig"
],
"exports": {
".": {
Expand Down

0 comments on commit f9808e9

Please sign in to comment.