From f76e8875d24368c71ed560b253f3dd89669a2c7f Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 8 Mar 2016 13:51:32 -0800 Subject: add npm run update-authors --- AUTHORS.md | 2 +- bin/update-authors.sh | 2 +- package.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 5616fac..9376cfe 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -61,5 +61,5 @@ - James Halliday - Bazyli BrzoĢska -#### Generated by tools/authors.sh. +#### Generated by bin/update-authors.sh. diff --git a/bin/update-authors.sh b/bin/update-authors.sh index 2b7fd79..3d3410e 100755 --- a/bin/update-authors.sh +++ b/bin/update-authors.sh @@ -17,6 +17,6 @@ END { print "# Authors\n\n"; print "#### Ordered by first contribution.\n\n"; print @authors, "\n"; - print "#### Generated by tools/authors.sh.\n\n"; + print "#### Generated by bin/update-authors.sh.\n\n"; } ' > AUTHORS.md diff --git a/package.json b/package.json index 6177a62..76cdd32 100644 --- a/package.json +++ b/package.json @@ -123,6 +123,7 @@ "test-browser": "zuul -- test/*.js test/browser/*.js", "test-browser-headless": "zuul --electron -- test/*.js test/browser/*.js", "test-browser-local": "zuul --local -- test/*.js test/browser/*.js", - "test-node": "tape test/*.js test/node/*.js" + "test-node": "tape test/*.js test/node/*.js", + "update-authors": "./bin/update-authors.sh" } } -- cgit v1.2.3