Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed May 6, 2021
1 parent e89f668 commit 065a224
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@
"log"
],
"scripts": {
"build": "tsc && node bundle.js",
"bench": "node --loader ts-node/esm test/benchmark.ts",
"test": "ava",
"coverage": "c8 ava",
"coverage-html": "c8 --reporter=html ava"
"build": "tsc && node bundle.js"
},
"files": [
"lib"
Expand Down

0 comments on commit 065a224

Please sign in to comment.