Skip to content

Commit 867071e

Browse files
authored
Merge pull request #38 from philoserf/remove-some-remaining-kruft
Final release preparation
2 parents b1e365f + e790da7 commit 867071e

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

package-lock.json

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,9 @@
11
{
2-
"name": "obsidian-vault-changelog",
3-
"description": "An Obsidian plugin to maintain a changelog of recently edited notes",
4-
"author": "Badr Bouslikhin",
5-
"license": "MIT",
6-
"version": "1.0.0",
7-
"main": "main.js",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/philoserf/obsidian-vault-changelog.git"
11-
},
12-
"keywords": [
13-
"obsidian",
14-
"plugin",
15-
"changelog"
16-
],
17-
"engines": {
18-
"node": ">=22.0.0"
19-
},
202
"scripts": {
213
"build": "tsc -noEmit && node esbuild.config.mjs production",
224
"dev": "node esbuild.config.mjs",
235
"version": "node version-bump.mjs",
24-
"lint": "prettier --write --list --ignore-unknown . && markdownlint --ignore node_modules --disable MD013 MD041 --fix ."
6+
"format": "prettier --write --list --ignore-unknown . && markdownlint --ignore node_modules --disable MD013 MD041 --fix ."
257
},
268
"devDependencies": {
279
"esbuild": "^0.25.0",

0 commit comments

Comments
 (0)