From 9fba73bb14f393aa7738bc366bf5bee7fce90c5a Mon Sep 17 00:00:00 2001 From: Sampo Silvennoinen <20028934+stscoundrel@users.noreply.github.com> Date: Sun, 15 Sep 2024 18:02:26 +0300 Subject: [PATCH] Populate package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3821d35..63fe1fe 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "typescript-template", - "version": "1.0.0", - "description": "Template repo for generic TypeScript / Node.js library with tests & lint", - "repository": "https://github.com/stscoundrel/typescript-template.git", + "name": "riimut", + "version": "0.9.0", + "description": "Transform latin letters to runes & vice versa. Includes transformers for main runic alphabets", + "repository": "https://github.com/stscoundrel/riimut.git", "author": "stscoundrel ", "license": "MIT", "private": false, @@ -29,4 +29,4 @@ "prepublishOnly": "npm run build", "test:coverage": "bun run test --coverage" } -} \ No newline at end of file +}