diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 01:17:49 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:44:00 +0200 |
commit | 3fe9f14f10381242a193d91f7dc8ea0307091f8e (patch) | |
tree | 5e4370700b0d6f5230587e63b4916cea348ac3d4 /package.json | |
parent | 89f9e8aac15e6572293bada0a27335111d67403e (diff) | |
download | bugzilla-triage-3fe9f14f10381242a193d91f7dc8ea0307091f8e.tar.gz |
Working on cutting down lines from bug-page-mod.js
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package.json b/package.json index 78f985b..1fbb0f3 100644 --- a/package.json +++ b/package.json @@ -7,15 +7,12 @@ "description": "Additional buttons and other function helping in the triage on bugzilla", "author": "Matej Cepl (http://matej.ceplovi.cz)", "license": "MIT/X11 (http://opensource.org/licenses/mit-license.php) and MPL", - "version": "0.92" + "version": "0.92", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", "Heather Arthur (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.10", - "fullName": "Bugzilla Tweaks", - "id": "jid0-qBnIpLfDFa4LpdrjhAC6vBqN20Q" + "url": "https://fedorahosted.org/bugzilla-triage-scripts/" } |