add benchmark to package.json

run with `npm run bench`
This commit is contained in:
Sindre Sorhus 2014-07-04 22:28:30 +02:00
parent 2b859bb975
commit 0dde0473e0

View file

@ -12,7 +12,8 @@
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"bench": "matcha benchmark.js"
},
"files": [
"index.js"