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",
|
||||
"type": "module",
|
||||
"version": "1.01.0",
|
||||
"main": "./src/index.ts",
|
||||
"version": "1.1.1",
|
||||
"description": "Nova Design System — Astro component library",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"main": "./src/index.ts",
|
||||
"engines": {
|
||||
"node": ">=22.12.0"
|
||||
},
|
||||
@@ -12,7 +13,8 @@
|
||||
"./styles": "./src/styles/index.scss"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
"src",
|
||||
"LICENSE.md"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
||||
Reference in New Issue
Block a user