aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan@mozilla.com>2010-05-30 22:58:56 -0400
committerEhsan Akhgari <ehsan@mozilla.com>2010-05-30 22:58:56 -0400
commit46a6306d46f28b03e1e9948c47f384e2c1b1d52b (patch)
tree052a5957d039fbba759f901fb72c02adb2da9def
parent4ff0a572b021e12da63fc33f4dd1c95ddc1a2cb2 (diff)
downloadbugzilla-triage-46a6306d46f28b03e1e9948c47f384e2c1b1d52b.tar.gz
Removed the id attribute, and ran cfx xpi
-rw-r--r--package.json18
1 files changed, 10 insertions, 8 deletions
diff --git a/package.json b/package.json
index ef07f2d..8a062dd 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,12 @@
{
- "fullName": "Bugzilla Tweaks",
- "description": "Tweaks bugzilla.mozilla.org with all the goodness that _should_ come out of the box",
- "author": "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>",
- "url": "http://ehsanakhgari.org/mozilla/extensions/firefox/bugzilla-tweaks",
- "license": "MPL",
- "id": "bugzillatweaks@ehsanakhgari.org",
- "version": "1.0",
- "dependencies": ["jetpack-core"]
+ "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>",
+ "url": "http://ehsanakhgari.org/mozilla/extensions/firefox/bugzilla-tweaks",
+ "version": "1.0",
+ "dependencies": [
+ "jetpack-core"
+ ],
+ "fullName": "Bugzilla Tweaks",
+ "id": "jid0-qBnIpLfDFa4LpdrjhAC6vBqN20Q"
}