We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent a5d591c commit 5f02ca8Copy full SHA for 5f02ca8
package.json
@@ -39,7 +39,6 @@
39
"test": "mocha --reporter spec --bail --check-leaks test/",
40
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
41
"test-cov": "nyc --reporter=html --reporter=text npm test",
42
- "update-bench": "node scripts/update-benchmark.js",
43
- "version": "node scripts/version-history.js && git add HISTORY.md"
+ "update-bench": "node scripts/update-benchmark.js"
44
}
45
scripts/version-history.js
0 commit comments