Skip to content

Commit

Permalink
fix: include missing wasm file from package
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Dec 13, 2022
1 parent bd1fb75 commit 6b8b238
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
@@ -1,10 +1,11 @@
{
"name": "graphjin",
"version": "2.0.1",
"version": "2.0.2",
"description": "GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.",
"type": "module",
"main": "wasm/graphjin.js",
"files": [
"./wasm/graphjin.wasm",
"./wasm/*.js",
"./wasm/runtime"
],
Expand Down

0 comments on commit 6b8b238

Please sign in to comment.