This is an automated email from the ASF dual-hosted git repository.
randall pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
from 635a3c6 Bump copyright year to 2022
new 3f6dafa Use git archive instead of git clone
new d78f69d Consistently use tabs in Makefile
new af1c6f1 Reduce Makefile repitition with dist variables
new b79d8e7 Remove upper bound on Node.js version
new a540942 Drop support for Node.js v12
new 535666e Better specify targets for modern code output
new c02ae79 Upgrade Husky from v4 to v7
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.editorconfig | 4 ++
.eslintrc.js | 1 -
.ratignore | 1 +
Makefile | 50 +++++++++----------------
babel.config.js | 6 ++-
husky.config.js | 28 --------------
husky/pre-commit | 23 ++++++++++++
package.json | 6 ++-
packages/apache-annotator/package.json | 2 +-
packages/dom/package.json | 2 +-
packages/selector/package.json | 2 +-
yarn.lock | 67 +++++++++-------------------------
12 files changed, 75 insertions(+), 117 deletions(-)
delete mode 100644 husky.config.js
create mode 100755 husky/pre-commit