diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-01-13 22:31:22 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-01-13 22:31:37 +0200 |
| commit | 9217a5ce712031bd113af2483bdfae5c79033b2a (patch) | |
| tree | cf9357ec248fd395b12fde27fd8a306af071f17f /package.json | |
| parent | a6ce37945e0a61aa52b9e3beae6f8a551ca04a48 (diff) | |
Should be prod ready, I hope.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json index ff45eed..1db7951 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flatmatter", - "version": "0.3.1", + "version": "1.0.0", "description": "A data serialization language, and library, with support for functions.", "author": "Asko Nõmm <asko@nmm.ee> (https://nmm.ee)", "main": "dist/index.js", @@ -13,6 +13,14 @@ "serialization", "data" ], + "bugs": { + "url": "https://github.com/askonomm/flatmatter/issues", + "email": "asko@nmm.ee" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/askonomm/flatmatter.git" + }, "scripts": { "bundle": "tsup src/index.ts", "test": "vitest", |
