Skip to content

Commit

Permalink
Merge pull request #236 from agirorn/fix-benchmark-command
Browse files Browse the repository at this point in the history
Fix npm benchmark command
  • Loading branch information
RangerMauve committed Sep 17, 2018
2 parents 32b0ea0 + 8b9501b commit a7ea0ed
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 @@ -27,7 +27,7 @@
"scripts": {
"test": "nodeunit test/simple/ test/wildcardEvents/",
"coverage": "nyc --check-coverage npm run test",
"benchmark": "node --reporter test/perf/benchmark.js"
"benchmark": "node test/perf/benchmark.js"
},
"files": [
"lib/eventemitter2.js",
Expand Down

0 comments on commit a7ea0ed

Please sign in to comment.