-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update author info and license
- Loading branch information
kieranwong9865
committed
Jul 26, 2024
1 parent
48605ce
commit 567b575
Showing
4 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> (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", | ||
|