0.2.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "scambier.obsidian-omnisearch",
|
"id": "scambier.obsidian-omnisearch",
|
||||||
"name": "Omnisearch",
|
"name": "Omnisearch",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"minAppVersion": "0.14.2",
|
"minAppVersion": "0.14.2",
|
||||||
"description": "Search over organization",
|
"description": "Search over organization",
|
||||||
"author": "Simon Cambier",
|
"author": "Simon Cambier",
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "scambier.obsidian-search",
|
"name": "scambier.obsidian-search",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"description": "Search over organization",
|
"description": "Search over organization",
|
||||||
"main": "dist/main.js",
|
"main": "dist/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "node esbuild.config.mjs",
|
"dev": "node esbuild.config.mjs",
|
||||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||||
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
"version": "node version-bump.mjs && git add manifest.json versions.json package.json",
|
||||||
"lint": "eslint . --ext .ts --fix --ignore-path .gitignore"
|
"lint": "eslint . --ext .ts --fix --ignore-path .gitignore"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
|||||||
@@ -9,5 +9,6 @@
|
|||||||
"0.1.7": "0.14.2",
|
"0.1.7": "0.14.2",
|
||||||
"0.1.8": "0.14.2",
|
"0.1.8": "0.14.2",
|
||||||
"0.2.0": "0.14.2",
|
"0.2.0": "0.14.2",
|
||||||
"0.2.1": "0.14.2"
|
"0.2.1": "0.14.2",
|
||||||
|
"0.2.2": "0.14.2"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user