Skip to content

Commit

Permalink
republish 1.0.3
Browse files Browse the repository at this point in the history
clairefro committed Aug 28, 2024
1 parent 247141e commit ee831df
Showing 4 changed files with 2,451 additions and 2,448 deletions.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "etymology-lookup",
"name": "Etymology Lookup",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "Get the etymology of words in your notes",
"author": "Claire Froelich",
"authorUrl": "https://github.com/clairefro",
"fundingUrl": "https://www.buymeacoffee.com/clairefro",
"isDesktopOnly": false
"id": "etymology-lookup",
"name": "Etymology Lookup",
"version": "1.0.3",
"minAppVersion": "0.15.0",
"description": "Get the etymology of words in your notes",
"author": "Claire Froelich",
"authorUrl": "https://github.com/clairefro",
"fundingUrl": "https://www.buymeacoffee.com/clairefro",
"isDesktopOnly": false
}
4,822 changes: 2,411 additions & 2,411 deletions package-lock.json

Large diffs are not rendered by default.

52 changes: 27 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
{
"name": "obsidian-plugin-etymology-lookup",
"version": "1.0.2",
"description": "Get the etymology of words in your Obsidian notes",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "Claire Froelich",
"license": "MIT",
"devDependencies": {
"@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"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12"
}
"name": "obsidian-plugin-etymology-lookup",
"version": "1.0.3",
"description": "Get the etymology of words in your Obsidian notes",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"export": "npm run build && npm run cp-build",
"cp-build": "cp main.js ~/Desktop/main.js && cp manifest.json ~/Desktop/manifest.json && cp styles.css ~/Desktop/styles.css"
},
"keywords": [],
"author": "Claire Froelich",
"license": "MIT",
"devDependencies": {
"@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"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12"
}
}
7 changes: 4 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0"
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0"
}

0 comments on commit ee831df

Please sign in to comment.