From be24f193ce1f9ca481dcdf97527a36d7549ff01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20B=C3=BChler?= Date: Tue, 15 Mar 2022 12:56:17 +0100 Subject: [PATCH] - update package name --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 502b4dd..e069a62 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@unom/unom-style", + "name": "@unom/style", "version": "0.2.14", "description": "The official unom-style library", "main": "build/unom-style.js", @@ -15,6 +15,9 @@ "files": [ "build" ], + "publishConfig": { + "registry": "https://packages.unom.io" + }, "keywords": [], "author": "unom", "license": "GPL-3.0-or-later", @@ -49,4 +52,4 @@ "dependencies": { "css-color-converter": "^2.0.0" } -} +} \ No newline at end of file