0.2.4
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"id": "scambier.obsidian-omnisearch",
|
"id": "scambier.obsidian-omnisearch",
|
||||||
"name": "Omnisearch",
|
"name": "Omnisearch",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"minAppVersion": "0.14.2",
|
"minAppVersion": "0.14.2",
|
||||||
"description": "Search over organization",
|
"description": "A search engine that just works",
|
||||||
"author": "Simon Cambier",
|
"author": "Simon Cambier",
|
||||||
"authorUrl": "",
|
"authorUrl": "https://github.com/scambier/obsidian-omnisearch",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
13
package.json
13
package.json
@@ -1,18 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "scambier.obsidian-search",
|
"name": "scambier.obsidian-search",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"description": "Search over organization",
|
"description": "A search engine for Obsidian",
|
||||||
"main": "dist/main.js",
|
"main": "dist/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "pnpm run build && node esbuild.config.mjs",
|
"dev": "pnpm run check && node esbuild.config.mjs",
|
||||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
"build": "pnpm run check && node esbuild.config.mjs production",
|
||||||
|
"check": "tsc -noEmit -skipLibCheck",
|
||||||
"version": "node version-bump.mjs && git add manifest.json versions.json package.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",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "Simon Cambier",
|
||||||
"license": "MIT",
|
"license": "GPL-3",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/preset-env": "^7.16.11",
|
"@babel/preset-env": "^7.16.11",
|
||||||
"@babel/preset-typescript": "^7.16.7",
|
"@babel/preset-typescript": "^7.16.7",
|
||||||
|
|||||||
@@ -11,5 +11,6 @@
|
|||||||
"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",
|
"0.2.2": "0.14.2",
|
||||||
"0.2.3": "0.14.2"
|
"0.2.3": "0.14.2",
|
||||||
|
"0.2.4": "0.14.2"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user