Skip to content

Commit

Permalink
Defer benchmark setup until first run of bench command and issue po…
Browse files Browse the repository at this point in the history
…int release.
  • Loading branch information
evan-king committed Jan 5, 2019
1 parent 08f534e commit 31fdf69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Roly Fentanes (http://about.me/roly)",
"John Lancaster (http://jlank.com)"
],
"version": "0.12.2",
"version": "0.12.3",
"main": "./clarinet.js",
"homepage": "https://github.com/dscape/clarinet",
"repository": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"scripts": {
"test": "mocha -r should -t 10000 -s 2000 test/parser.spec.js test/clarinet.js test/npm.js test/utf8-chunks.js test/position.js",
"bench": "cd benchmark && npm test",
"postinstall": "cd benchmark && npm i --ignore-scripts"
"prebench": "cd benchmark && test -e node_modules || npm i --ignore-scripts"
},
"engines": {
"node": ">=0.3.6",
Expand Down

0 comments on commit 31fdf69

Please sign in to comment.