Skip to content

Commit 5f02ca8

Browse files
committedOct 2, 2024··
Migrate history to GitHub releases
1 parent a5d591c commit 5f02ca8

File tree

2 files changed

+1
-65
lines changed

2 files changed

+1
-65
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"test": "mocha --reporter spec --bail --check-leaks test/",
4040
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
4141
"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"
42+
"update-bench": "node scripts/update-benchmark.js"
4443
}
4544
}

‎scripts/version-history.js

-63
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.