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 f67e312 commit 01741eeCopy full SHA for 01741ee
package.json
@@ -7,7 +7,7 @@
7
"browser": "dist/index.umd.js",
8
"types": "index.d.ts",
9
"scripts": {
10
- "test": "time node --no-warnings --experimental-modules --icu-data-dir node_modules/full-icu --loader ./test/resolve.source.mjs ./test/all.mjs",
+ "test": "node --no-warnings --experimental-modules --icu-data-dir node_modules/full-icu --loader ./test/resolve.source.mjs ./test/all.mjs",
11
"build": "rollup -c rollup.config.js",
12
"prepublishOnly": "npm run build",
13
"playground": "node --experimental-modules --no-warnings --icu-data-dir node_modules/full-icu -r ./lib/init.js",
0 commit comments