From 9217a5ce712031bd113af2483bdfae5c79033b2a Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 13 Jan 2025 22:31:22 +0200 Subject: Should be prod ready, I hope. --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'package.json') 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 (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", -- cgit v1.2.3