Skip to content

Commit b5ffc70

Browse files
authoredJul 2, 2021
fix: auto update authors on version
1 parent ff20a05 commit b5ffc70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"url": "git://github.com/webtorrent/bittorrent-tracker.git"
8080
},
8181
"scripts": {
82+
"preversion": "npm run update-authors",
8283
"test": "standard && tape test/*.js",
8384
"update-authors": "./tools/update-authors.sh"
8485
},

0 commit comments

Comments
 (0)
Please sign in to comment.