From 6f6ad19cfd8bab2a5b1d723d9f9e6e9011ba9e26 Mon Sep 17 00:00:00 2001 From: Lukas Obermann Date: Sun, 2 Mar 2025 23:26:54 +0100 Subject: [PATCH] build(npm): change package name and source repository --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a2f49a3..ba7cef0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "optolith-character-schema", + "name": "@optolith/character-schema", "version": "0.0.3", "description": "Definitions for the characters of Optolith, a character creation tool for the Pen and Paper RPG “The Dark Eye 5”.", "scripts": { @@ -14,14 +14,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/elyukai/optolith-character-schema.git" + "url": "git+https://github.com/Optolith/character-schema.git" }, "author": "Lukas Obermann", "license": "MPL-2.0", "bugs": { - "url": "https://github.com/elyukai/optolith-character-schema/issues" + "url": "https://github.com/Optolith/character-schema/issues" }, - "homepage": "https://github.com/elyukai/optolith-character-schema#readme", + "homepage": "https://github.com/Optolith/character-schema#readme", "devDependencies": { "@types/node": "^20.9.0", "optolith-tsjsonschemamd": "^0.10.0",