update some metadata

This commit is contained in:
Michael Zhang 2024-09-12 19:55:19 -05:00
parent 0763472b18
commit 20bc60bb4c
2 changed files with 7 additions and 2 deletions

View file

@ -41,4 +41,5 @@ Author: Michael Zhang
License: GPL-3.0 License: GPL-3.0
Send questions to ~mzhang/public-inbox@lists.sr.ht Send questions to
`~mzhang/public-inbox@lists.sr.ht`

View file

@ -1,6 +1,10 @@
{ {
"name": "remark-agda", "name": "remark-agda",
"version": "0.0.1", "version": "0.1.0",
"description": "Plugin for processing Literate Agda files with Remark",
"repository": { "url": "https://git.mzhang.io/michael/remark-agda" },
"bugs": { "email": "~mzhang/public-inbox@lists.sr.ht" },
"license": "GPL-3.0-only",
"main": "dist/index.js", "main": "dist/index.js",
"module": "src/index.ts", "module": "src/index.ts",