chore: bump version to 1.1.1 and update files list in package.json
This commit is contained in:
+5
-3
@@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "@unkn0wndo3s/nova-design-system",
|
"name": "@unkn0wndo3s/nova-design-system",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.01.0",
|
"version": "1.1.1",
|
||||||
"main": "./src/index.ts",
|
|
||||||
"description": "Nova Design System — Astro component library",
|
"description": "Nova Design System — Astro component library",
|
||||||
|
"license": "SEE LICENSE IN LICENSE.md",
|
||||||
|
"main": "./src/index.ts",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=22.12.0"
|
"node": ">=22.12.0"
|
||||||
},
|
},
|
||||||
@@ -12,7 +13,8 @@
|
|||||||
"./styles": "./src/styles/index.scss"
|
"./styles": "./src/styles/index.scss"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"src"
|
"src",
|
||||||
|
"LICENSE.md"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user