feat: add ability to install from git repo

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2026-02-11 16:09:46 -05:00
parent ee534771e1
commit 8999a95240
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -6,11 +6,11 @@
"@codemirror/language": "https://github.com/lishid/cm-language",
"@codemirror/state": "^6.0.1",
"@codemirror/view": "^6.0.1",
"@playwright/test": "^1.48.1",
"@playwright/test": "^1.58.2",
"asar": "^3.2.0",
"electron": "^33.0.2",
"obsidian": "latest",
"playwright": "^1.48.1",
"playwright": "^1.58.2",
"tmp": "^0.2.3",
"typescript": "^5.6.3",
"xvfb-maybe": "^0.2.1"
@ -35,7 +35,8 @@
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json src/**/*.ts",
"prepublishOnly": "pwsh -command 'rm README.md; cp ../../README.md . && rimraf lib && npm run build'"
"prepublishOnly": "pwsh -command 'rm README.md; cp ../../README.md . && rimraf lib && npm run build'",
"prepare": "yarn run build"
},
"devDependencies": {
"@types/tmp": "^0",