diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 01:17:49 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 14:21:22 +0100 |
commit | bcf1996cbdd2118a88226b24a4c78a08fe21749b (patch) | |
tree | b2274c77ae97dc116675145885b335e2a8377d5f /package.json | |
parent | 23fb75565611af1e85455844be1d8931efe0a0a4 (diff) | |
download | bugzilla-triage-bcf1996cbdd2118a88226b24a4c78a08fe21749b.tar.gz |
Working on cutting down lines from bug-page-mod.js
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 679e656..1fbb0f3 100644 --- a/package.json +++ b/package.json @@ -7,12 +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": "https://fedorahosted.org/bugzilla-triage-scripts/", + "url": "https://fedorahosted.org/bugzilla-triage-scripts/" } |