Skip to content

Commit

Permalink
fix: release error due to repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed May 15, 2024
1 parent 074b344 commit 9841f16
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "zotero-addon-template",
"name": "zotero-plugin-template",
"version": "2.0.0",
"description": "Zotero Addon Template",
"description": "Zotero Plugin Template",
"config": {
"addonName": "Zotero Addon Template",
"addonName": "Zotero Plugin Template",
"addonID": "addontemplate@euclpts.com",
"addonRef": "addontemplate",
"addonInstance": "AddonTemplate",
"prefsPrefix": "extensions.zotero.addontemplate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/windingwind/zotero-addon-template.git"
"url": "git+https://github.com/windingwind/zotero-plugin-template.git"
},
"author": "windingwind",
"bugs": {
"url": "https://github.com/windingwind/zotero-addon-template/issues"
"url": "https://github.com/windingwind/zotero-plugin-template/issues"
},
"homepage": "https://github.com/windingwind/zotero-addon-template#readme",
"homepage": "https://github.com/windingwind/zotero-plugin-template#readme",
"license": "AGPL-3.0-or-later",
"scripts": {
"start": "zotero-plugin serve",
Expand All @@ -38,7 +38,7 @@
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"zotero-plugin-scaffold": "^0.0.21",
"zotero-plugin-scaffold": "^0.0.22",
"zotero-types": "^1.3.24"
},
"eslintConfig": {
Expand Down

0 comments on commit 9841f16

Please sign in to comment.