@polywrap/asyncify-js
Advanced tools
Comparing version 0.10.0-pre.13 to 0.10.0-pre.14
{ | ||
"name": "@polywrap/asyncify-js", | ||
"description": "Async Wasm Imports Support Using Asyncify", | ||
"version": "0.10.0-pre.13", | ||
"version": "0.10.0-pre.14", | ||
"license": "MIT", | ||
@@ -18,4 +18,3 @@ "repository": { | ||
"test": "jest --passWithNoTests --runInBand --verbose", | ||
"test:ci": "jest --passWithNoTests --runInBand --verbose", | ||
"test:watch": "jest --watch --passWithNoTests --verbose" | ||
"test:watch": "yarn test -- --watch" | ||
}, | ||
@@ -22,0 +21,0 @@ "devDependencies": { |
25875