Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
unional and lpinca authored Nov 24, 2022
1 parent 7aa9921 commit 9a9e040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"rollup": "rimraf dist umd && rollup -c",
"benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;",
"test": "c8 --reporter=lcov --reporter=text mocha test/test.js",
"test:esm": "c8 --reporter=lcov --reporter=text mocha test/test.mjs",
"test-esm": "c8 --reporter=lcov --reporter=text mocha test/test.mjs",
"prepublishOnly": "npm run rollup",
"test-browser": "node test/browser.js"
},
Expand Down

0 comments on commit 9a9e040

Please sign in to comment.