Makefile to install, and License GNU GPLv3
Some checks failed
Zettelclean CI / build (20.x) (push) Has been cancelled
Zettelclean CI / build (22.x) (push) Has been cancelled
Zettelclean CI / build (24.x) (push) Has been cancelled
Release Zettelclean / build (push) Has been cancelled

This commit is contained in:
2026-07-28 20:57:51 -03:00
parent 1bcd6b6a97
commit 4ba2717902
20 changed files with 1068 additions and 17 deletions

View File

@@ -1,7 +1,8 @@
{
"name": "zettelclean",
"version": "0.2.0",
"version": "0.3.0",
"description": "Keep a Zettelkasten filename's slug in sync with the note's H1 heading.",
"author": "Ruben Carlo Benante <rcb@beco.cc>",
"main": "main.js",
"type": "module",
"scripts": {
@@ -13,7 +14,7 @@
"lint": "eslint ."
},
"keywords": [],
"license": "0-BSD",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/node": "^22.15.17",