fix: auto update authors on version

This commit is contained in:
Diego Rodríguez Baquero 2021-07-02 19:27:08 -04:00 committed by GitHub
parent ff20a05e48
commit b5ffc708ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@
"url": "git://github.com/webtorrent/bittorrent-tracker.git"
},
"scripts": {
"preversion": "npm run update-authors",
"test": "standard && tape test/*.js",
"update-authors": "./tools/update-authors.sh"
},