change: local lib

This commit is contained in:
xiangyu 2023-01-02 18:03:24 +08:00
parent 4ff9c79263
commit fc5661fd14

View File

@ -30,9 +30,6 @@
"url": "https://github.com/windingwind/zotero-addon-template/issues" "url": "https://github.com/windingwind/zotero-addon-template/issues"
}, },
"homepage": "https://github.com/windingwind/zotero-addon-template#readme", "homepage": "https://github.com/windingwind/zotero-addon-template#readme",
"dependencies": {
"zotero-plugin-toolkit": "^0.0.10"
},
"devDependencies": { "devDependencies": {
"@types/node": "^18.11.17", "@types/node": "^18.11.17",
"compressing": "^1.6.3", "compressing": "^1.6.3",
@ -41,5 +38,8 @@
"release-it": "^14.14.3", "release-it": "^14.14.3",
"replace-in-file": "^6.3.5", "replace-in-file": "^6.3.5",
"zotero-types": "^0.1.2" "zotero-types": "^0.1.2"
},
"dependencies": {
"zotero-plugin-toolkit": "file:../zotero-plugin-toolkit"
} }
} }