aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-06-09 21:53:42 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-06-09 21:53:42 +0200
commit9b41b8867d5eb3f78b6260e8ee719c81579102c9 (patch)
treef3b2ee664b4de1c563e5a03f1becc748bbad12a0 /package.json
parente6c92c1ff7c2b465afd6076beabb692d9c3e4825 (diff)
downloadbugzilla-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.json3
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)"
}