diff --git a/.gitignore b/.gitignore index d277962..4fcb85c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ **/build node_modules package-lock.json -zotero-cmd.json \ No newline at end of file +zotero-cmd.json +.DS_Store diff --git a/.release-it.json b/.release-it.json index 2b66daf..083b14b 100644 --- a/.release-it.json +++ b/.release-it.json @@ -4,7 +4,7 @@ }, "github": { "release": true, - "assets": ["builds/*.xpi"] + "assets": ["build/*.xpi"] }, "hooks": { "after:bump": "npm run build", diff --git a/README.md b/README.md index e2ee68d..5d96194 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Zotero PDF Preview +[![zotero target version](https://img.shields.io/badge/Zotero-7-green?style=flat-square&logo=zotero&logoColor=CC2936)](https://www.zotero.org) [![Using Zotero Plugin Template](https://img.shields.io/badge/Using-Zotero%20Plugin%20Template-blue?style=flat-square&logo=github)](https://github.com/windingwind/zotero-plugin-template) ![teaser](./image/README/teaser.gif)