Skip to content

Commit

Permalink
🚚 Fix lint:firefox (after zip rename)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed May 30, 2020
1 parent ac31ad2 commit 1837498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1837498

Please sign in to comment.