Skip to content

Commit

Permalink
feat: update author info and license
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranwong9865 committed Jul 26, 2024
1 parent 48605ce commit 567b575
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
6 changes: 5 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 567b575

Please sign in to comment.