diff --git a/LICENSE b/LICENSE index d9cbab0..7c13713 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Kevin Wong +Copyright (c) 2024 Kieran Wong Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5e95f17..8d32175 100644 --- a/README.md +++ b/README.md @@ -102,4 +102,4 @@ Like this: ## License -[MIT License](./LICENSE) © 2024-PRESENT [Kevin Wong](https://github.com/kevinwong865) +[MIT License](./LICENSE) © 2024 [Kieran Wong](https://github.com/kieranwong9865/) diff --git a/package-lock.json b/package-lock.json index af4dfc0..1e8c7e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "astro-theme-vitesse", "version": "1.1.0", + "license": "MIT", "dependencies": { "@astrojs/mdx": "^3.1.2", "@astrojs/rss": "^4.0.7", @@ -32,6 +33,9 @@ "lodash-es": "^4.17.21", "prettier-plugin-astro": "^0.13.0", "simple-git-hooks": "^2.11.1" + }, + "engines": { + "node": ">=v18.17.1 || >=v20.3.0 || >=21" } }, "node_modules/@ampproject/remapping": { @@ -870,7 +874,7 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, + "dev": true, "inBundle": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 11bde0a..c61a4de 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,20 @@ "name": "astro-theme-vitesse", "type": "module", "version": "1.1.0", + "description": "A minimal, SEO-friendly portfolio and blog theme for Astro, supports Vue and UnoCSS.", + "author": "Kieran Wong (https://github.com/kieranwong9865/)", + "license": "MIT", + "keywords": [ + "kieranwong9865", + "astro-theme-vitesse", + "astro", + "blog", + "starter", + "template" + ], + "engines": { + "node": ">=v18.17.1 || >=v20.3.0 || >=21" + }, "scripts": { "prepare": "simple-git-hooks", "dev": "astro dev --host",