Skip to content

Commit

Permalink
Fix beekeeper package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mtyszczak committed Oct 26, 2023
1 parent ac540cd commit 290b51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/beekeeper/beekeeper_wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"api.md",
"build/beekeeper_wasm.js",
"build/beekeeper_wasm.d.ts",
"dist/*.d.ts",
"dist/*.js"
"dist/**/*.d.ts",
"dist/**/*.js"
],
"devDependencies": {
"@playwright/test": "^1.38.1",
Expand Down

0 comments on commit 290b51d

Please sign in to comment.