string-replace-async
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "string-replace-async", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Asynchronous String.prototype.replace()", | ||
@@ -13,2 +13,3 @@ "license": "MIT", | ||
"type": "module", | ||
"main": "index.js", | ||
"engines": { | ||
@@ -18,3 +19,3 @@ "node": ">= 14.0.0" | ||
"scripts": { | ||
"test": "jest" | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest" | ||
}, | ||
@@ -21,0 +22,0 @@ "files": [ |
7085