mirror of
https://github.com/exoticknight/quick-nav.git
synced 2026-07-22 05:37:37 +00:00
Release v1.0.0
This commit is contained in:
parent
09dfe7cb5a
commit
5d919c1658
3 changed files with 2479 additions and 2479 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "quick-nav",
|
||||
"name": "Quick Nav",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Swift cursor navigation plugin to enhance editing",
|
||||
"author": "ExoticKnight",
|
||||
"authorUrl": "https://github.com/exoticknight",
|
||||
"fundingUrl": "https://github.com/exoticknight",
|
||||
"isDesktopOnly": true
|
||||
"id": "quick-nav",
|
||||
"name": "Quick Nav",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Swift cursor navigation plugin to enhance editing",
|
||||
"author": "ExoticKnight",
|
||||
"authorUrl": "https://github.com/exoticknight",
|
||||
"fundingUrl": "https://github.com/exoticknight",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
|
|
|
|||
4892
package-lock.json
generated
4892
package-lock.json
generated
File diff suppressed because it is too large
Load diff
48
package.json
48
package.json
|
|
@ -1,26 +1,26 @@
|
|||
{
|
||||
"name": "quick-nav",
|
||||
"version": "1.0.0",
|
||||
"description": "Swift cursor navigation plugin to enhance editing",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
"lint": "eslint ./src/",
|
||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@codemirror/commands": "^6.8.0",
|
||||
"@types/node": "^16.11.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.29.0",
|
||||
"@typescript-eslint/parser": "5.29.0",
|
||||
"builtin-modules": "3.3.0",
|
||||
"esbuild": "0.17.3",
|
||||
"obsidian": "latest",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.4"
|
||||
}
|
||||
"name": "quick-nav",
|
||||
"version": "1.0.0",
|
||||
"description": "Swift cursor navigation plugin to enhance editing",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
"lint": "eslint ./src/",
|
||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@codemirror/commands": "^6.8.0",
|
||||
"@types/node": "^16.11.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.29.0",
|
||||
"@typescript-eslint/parser": "5.29.0",
|
||||
"builtin-modules": "3.3.0",
|
||||
"esbuild": "0.17.3",
|
||||
"obsidian": "latest",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue