diff --git a/package.json b/package.json index a8ed635..141a80c 100644 --- a/package.json +++ b/package.json @@ -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" },