forked from orbit-oss/chalk
add benchmark to package.json
run with `npm run bench`
This commit is contained in:
parent
2b859bb975
commit
0dde0473e0
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@
|
|||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
"test": "mocha",
|
||||
"bench": "matcha benchmark.js"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue