Skip to content

Commit

Permalink
add missing types dir
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed May 8, 2024
1 parent b1fa6e6 commit fdaa04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/core/src/prelude/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@extism/js-pdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "typescript definitions for the extism js-pdk",
"types": "dist/index.d.ts",
"files": ["dist/*.d.ts"],
"files": ["dist/*.d.ts", "types/*.d.ts"],
"scripts": {
"build": "node esbuild.js && tsc"
},
Expand Down

0 comments on commit fdaa04b

Please sign in to comment.