chore: add license field to package.json (#6693)
publish-github-action / publish (push) Has been cancelled
Update Nix Hashes / update (push) Has been cancelled

Co-authored-by: theavgjojo <jojo@noreply>
This commit is contained in:
theavgjojo
2026-01-02 16:29:09 -06:00
committed by GitHub
co-authored by theavgjojo
parent 131d8e5778
commit a58dbb3b5c
17 changed files with 18 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"license": "MIT",
"scripts": {
"typecheck": "tsgo --noEmit"
},