- update package name

This commit is contained in:
Enrico Bühler 2022-03-15 12:56:17 +01:00
parent 7ecf3b6a3e
commit be24f193ce

View File

@ -1,5 +1,5 @@
{ {
"name": "@unom/unom-style", "name": "@unom/style",
"version": "0.2.14", "version": "0.2.14",
"description": "The official unom-style library", "description": "The official unom-style library",
"main": "build/unom-style.js", "main": "build/unom-style.js",
@ -15,6 +15,9 @@
"files": [ "files": [
"build" "build"
], ],
"publishConfig": {
"registry": "https://packages.unom.io"
},
"keywords": [], "keywords": [],
"author": "unom", "author": "unom",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",