aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--package.json2
2 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3c8ef73..e69e678 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
WEBDIR=/home/matej/Dokumenty/website/fedorahosted/
-all: fix install
+all: install
install: local-install
websync
@@ -20,6 +20,3 @@ bugzilla-triage.xpi: package.json lib/*.js docs/*
install.rdf ;\
zip -9rmqT bugzilla-triage.xpi install.rdf ;\
make -C $(WEBDIR)
-
-fix:
- ! grep -n FIXME lib/*.js
diff --git a/package.json b/package.json
index ad1bd6f..ea847cb 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"id": "jid0-uXmbeWgOltUUuqrHKhrR7hW3IQY",
"dependencies": [
- "jetpack-core", "addon-kit"
+ "api-utils", "addon-kit"
],
"fullName": "bugzilla-triage-scripts",
"description": "Additional buttons and other function helping in the triage on bugzilla",