diff options
Diffstat (limited to '')
-rw-r--r-- | app/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/package.json b/app/package.json index 6aff5d9..89d8c03 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,8 @@ { "name": "website", "version": "0.0.1", + "license": "MIT", + "author": "Matt Strapp <matt@mattstrapp.net>", "dependencies": { "@floating-ui/dom": "1.5.3" }, |