diff options
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 5 deletions
@@ -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", |