diff options
-rw-r--r-- | package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json index 71e2270..36e1024 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,13 @@ "description": "Tweaks bugzilla.mozilla.org with all the goodness that _should_ come out of the box", "license": "MPL", "author": "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", - "contributors": ["Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>"], + "contributors": [ + "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", + "Heather Aurthur (http://harthur.wordpress.com/) <harthur@mozilla.com>", + "Steve Fink (http://blog.mozilla.com/sfink/) <sfink@mozilla.com>" + ], "url": "http://ehsanakhgari.org/mozilla/extensions/firefox/bugzilla-tweaks", - "version": "1.6", + "version": "1.7", "fullName": "Bugzilla Tweaks", "id": "jid0-qBnIpLfDFa4LpdrjhAC6vBqN20Q" } |