diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-09 21:53:42 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-09 21:53:42 +0200 |
commit | 9b41b8867d5eb3f78b6260e8ee719c81579102c9 (patch) | |
tree | f3b2ee664b4de1c563e5a03f1becc748bbad12a0 /package.json | |
parent | e6c92c1ff7c2b465afd6076beabb692d9c3e4825 (diff) | |
download | bugzilla-triage-9b41b8867d5eb3f78b6260e8ee719c81579102c9.tar.gz |
* clean up to make jslint happy (abandoned let and replaced with var)
* cleaned up couple of crashes and missing stuff
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 5c8fe4d..96db7e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { + "id": "jid0-uXmbeWgOltUUuqrHKhrR7hW3IQY", "dependencies": [ "jetpack-core" ], "description": "Help for triage on bugzilla", - "author": "Matěj Cepl (http://matej.ceplovi.cz)" + "author": "Mat\u011bj Cepl (http://matej.ceplovi.cz)" } |