Skip to content

Commit afa1634

Browse files
committed
updated to the newest version
1 parent 4a71366 commit afa1634

File tree

3 files changed

+126
-24
lines changed

3 files changed

+126
-24
lines changed

manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "obsidian-doubleshift",
33
"name": "Doubleshift",
4-
"version": "2.1.1",
5-
"minAppVersion": "0.12.0",
6-
"description": "Open the command palette by pressing Double Shift like in IntelliJ and create your own shortcuts",
4+
"version": "2.1.2",
5+
"minAppVersion": "0.14.6",
6+
"description": "Open the command palette by pressing Shift twice like in IntelliJ and create your own shortcuts",
77
"author": "Qwyntex",
88
"authorUrl": "https://github.com/Qwyntex",
99
"isDesktopOnly": false

package-lock.json

+119-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "doubleshift",
3-
"version": "2.1.1",
4-
"description": "Open command palette by pressing Double Shift like in IntelliJ and others keys can be configured too",
3+
"version": "2.1.2",
4+
"description": "Open command palette by pressing Shift twice like in IntelliJ and others keys can be configured too",
55
"main": "src/main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",
88
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
99
"version": "node version-bump.mjs && git add manifest.json versions.json"
1010
},
1111
"keywords": [],
12-
"author": "",
12+
"author": "Qwyntex",
1313
"license": "MIT",
1414
"devDependencies": {
1515
"@types/node": "^16.11.6",
1616
"@typescript-eslint/eslint-plugin": "^5.2.0",
1717
"@typescript-eslint/parser": "^5.2.0",
1818
"builtin-modules": "^3.2.0",
1919
"esbuild": "^0.13.12",
20-
"obsidian": "^0.12.0",
20+
"obsidian": "^0.14.6",
2121
"tslib": "2.3.1",
2222
"typescript": "4.4.4"
2323
}

0 commit comments

Comments
 (0)