Skip to content

Commit

Permalink
新工具箱编译
Browse files Browse the repository at this point in the history
  • Loading branch information
redleafnew committed Aug 13, 2023
1 parent 05457d1 commit 5761a90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delitemwithatt",
"version": "0.2.3",
"version": "0.2.4",
"description": "Delete item(s) with attachment(s)",
"config": {
"addonName": "Del Item With Attachment",
Expand All @@ -24,7 +24,7 @@
"restart-prod": "npm run build-prod && npm run stop && npm run start",
"restart": "npm run restart-dev",
"reload": "npm run build-dev && node scripts/reload.mjs",
"watch": "chokidar \"src/**\" \"addon/**\" -c \"npm run reload\"",
"watch": "chokidar \"package.json\" \"src/**\" \"addon/**\" -c \"npm run reload\"",
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -41,7 +41,7 @@
"dependencies": {
"concurrently": "8.01",
"trash": "^8.1.0",
"zotero-plugin-toolkit": "^2.1.4"
"zotero-plugin-toolkit": "^2.2.6"
},
"devDependencies": {
"@types/node": "^20.2.5",
Expand All @@ -50,7 +50,7 @@
"cross-env": "^7.0.3",
"esbuild": "^0.17.18",
"minimist": "^1.2.8",
"release-it": "^15.10.1",
"release-it": "^16.1.5",
"replace-in-file": "^6.3.5",
"zotero-types": "^1.0.13"
}
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
{
"version": "0.2.3",
"version": "0.2.4",
"update_link": "https://github.com/redleafnew/delitemwithatt/releases/latest/download/delitemwithatt.xpi",
"applications": {
"zotero": {
Expand Down

0 comments on commit 5761a90

Please sign in to comment.