From 1837498e00df52e0e7ac04c25e1180704054d270 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Sat, 30 May 2020 15:37:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Fix=20lint:firefox=20(after=20zi?= =?UTF-8?q?p=20rename)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53f1484e..6382ad20 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build:highlightjs": "node tasks/update-highlight-languages.js", "build": "npm run lint:code && node tasks/build.js", "lint:code": "standard app/js/*.js app/js/module/**.js app/js/vendor/asciidoctor-*.js tasks/**.js spec/**.js", - "lint:firefox": "addons-linter dist/asciidoctor-browser-extension.zip" + "lint:firefox": "addons-linter dist/asciidoctor-browser-extension-*.zip" }, "homepage": "https://github.com/asciidoctor/asciidoctor-browser-extension", "author": {