Skip to content

Commit

Permalink
change: package info
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Sep 14, 2023
1 parent 706ea92 commit 35d32b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "zotero-tag",
"name": "zotero-actions-tags",
"version": "1.0.0-5",
"description": "Action it, tag it, sorted.",
"config": {
Expand All @@ -8,8 +8,8 @@
"addonRef": "zoterotag",
"addonInstance": "ActionsTags",
"prefsPrefix": "extensions.actionsTags",
"releasepage": "https://github.com/windingwind/zotero-tag/releases/latest/download/zotero-tag.xpi",
"updaterdf": "https://raw.githubusercontent.com/windingwind/zotero-tag/main/update.json"
"releasepage": "https://github.com/windingwind/zotero-actions-tags/releases/latest/download/zotero-actions-tags.xpi",
"updaterdf": "https://raw.githubusercontent.com/windingwind/zotero-actions-tags/main/update.json"
},
"main": "src/index.ts",
"scripts": {
Expand All @@ -32,14 +32,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/windingwind/zotero-tag.git"
"url": "git+https://github.com/windingwind/zotero-actions-tags.git"
},
"author": "windingwind",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/windingwind/zotero-tag/issues"
"url": "https://github.com/windingwind/zotero-actions-tags/issues"
},
"homepage": "https://github.com/windingwind/zotero-tag#readme",
"homepage": "https://github.com/windingwind/zotero-actions-tags#readme",
"dependencies": {
"zotero-plugin-toolkit": "file:../zotero-plugin-toolkit"
},
Expand Down

0 comments on commit 35d32b6

Please sign in to comment.