We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bb3b8 commit 36dbe2fCopy full SHA for 36dbe2f
package.json
@@ -25,7 +25,7 @@
25
"test": "npm run test:esm && npm run test:cjs && npm run test:deno",
26
"test:esm": "node tests/index.js",
27
"test:cjs": "npm run build:cjs && cd cjs/tests && node index.js && cd ../../",
28
- "test:deno": "npm run build:deno && cd deno/tests && deno run --unstable --allow-all --unsafely-ignore-certificate-errors index.js && cd ../../",
+ "test:deno": "npm run build:deno && cd deno/tests && deno run --no-lock --allow-all --unsafely-ignore-certificate-errors index.js && cd ../../",
29
"lint": "eslint src && eslint tests",
30
"prepare": "npm run build",
31
"prepublishOnly": "npm run lint"
0 commit comments