change: update.ref -> update.json

This commit is contained in:
xiangyu 2022-12-15 21:08:50 +08:00
parent 06bc324b5e
commit 0b34640100
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@
},
"homepage": "https://github.com/windingwind/zotero-addon-template#readme",
"releasepage": "https://github.com/windingwind/zotero-addon-template/releases/latest/download/zotero-addon-template.xpi",
"updaterdf": "https://raw.githubusercontent.com/windingwind/zotero-addon-template/master/update.rdf",
"updaterdf": "https://raw.githubusercontent.com/windingwind/zotero-addon-template/master/update.json",
"dependencies": {
"compressing": "^1.5.1",
"esbuild": "^0.14.34",

View File

@ -1,5 +1,6 @@
import { Addon, addonName } from "./addon";
import Addon from "./addon";
import AddonModule from "./module";
import { addonName } from "../package.json";
class AddonPrefs extends AddonModule {
private _window: Window;