Skip to content

Commit

Permalink
Final release preperation
Browse files Browse the repository at this point in the history
- Rename script lint to format to better reflect what it does
- Remove everything we do not need in package.json
  • Loading branch information
philoserf committed Feb 11, 2025
1 parent b1e365f commit e790da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
9 changes: 1 addition & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 1 addition & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@
{
"name": "obsidian-vault-changelog",
"description": "An Obsidian plugin to maintain a changelog of recently edited notes",
"author": "Badr Bouslikhin",
"license": "MIT",
"version": "1.0.0",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/philoserf/obsidian-vault-changelog.git"
},
"keywords": [
"obsidian",
"plugin",
"changelog"
],
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"build": "tsc -noEmit && node esbuild.config.mjs production",
"dev": "node esbuild.config.mjs",
"version": "node version-bump.mjs",
"lint": "prettier --write --list --ignore-unknown . && markdownlint --ignore node_modules --disable MD013 MD041 --fix ."
"format": "prettier --write --list --ignore-unknown . && markdownlint --ignore node_modules --disable MD013 MD041 --fix ."
},
"devDependencies": {
"esbuild": "^0.25.0",
Expand Down

0 comments on commit e790da7

Please sign in to comment.