chore: update version to 1.2.0 and fix license field in package.json
Publish to npm / check-and-publish (push) Successful in 19s

This commit is contained in:
2026-06-24 07:59:21 +02:00
parent 06a1695be4
commit 71effe979a
+3 -3
View File
@@ -1,14 +1,14 @@
{
"name": "@unkn0wndo3s/nova-design-system",
"type": "module",
"version": "1.1.1",
"version": "1.2.0",
"description": "Nova Design System — Astro component library",
"license": "SEE LICENSE IN LICENSE.md",
"license": "LICENSE.md",
"author": "Unkn0wn",
"main": "./src/index.ts",
"repository": {
"type": "git",
"url": "git+https://git.novaprojects.dev/unkn0wn/nova-design-system.git"
"url": "https://git.novaprojects.dev/unkn0wn/nova-design-system.git"
},
"bugs": {
"url": "https://git.novaprojects.dev/unkn0wn/nova-design-system/issues"