Skip to content

Commit

Permalink
fix: more iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethcassel committed Oct 19, 2021
1 parent 1a627a3 commit 4588ed2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/run-wasm-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"dependencies": {
"pyodide": "^0.18.0"
},
"gitHead": "f719dfd6d82ca52ecf62cf2fa252c4bb8b5bcff0"
"gitHead": "1a627a31a8847bc2715ad4fbf3c0fa657e041ad7"
}
2 changes: 1 addition & 1 deletion packages/run-wasm-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"build:cjs": "tsc --module commonjs --outDir lib/cjs",
"test": "jest"
},
"gitHead": "f719dfd6d82ca52ecf62cf2fa252c4bb8b5bcff0"
"gitHead": "1a627a31a8847bc2715ad4fbf3c0fa657e041ad7"
}
2 changes: 1 addition & 1 deletion packages/run-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"build:cjs": "tsc --module commonjs --outDir lib/cjs",
"test": "jest"
},
"gitHead": "f719dfd6d82ca52ecf62cf2fa252c4bb8b5bcff0"
"gitHead": "1a627a31a8847bc2715ad4fbf3c0fa657e041ad7"
}

0 comments on commit 4588ed2

Please sign in to comment.