Skip to content

Commit

Permalink
Update packages, readme, and copyright year
Browse files Browse the repository at this point in the history
Lints readme, updates packages to resolve a high vuln, and flips copyright notice from 2024 to 2025.
  • Loading branch information
jattiman committed Jan 17, 2025
1 parent ef603e5 commit 7cec482
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ Install dependencies with `npm install`

`npm run build && npm run preview` will serve a production-type build locally

## Deployment:
## Deployment

Deploys are automatically handled by Cloudflare Pages

## Code Contributions:
## Code Contributions

We appreciate and welcome any code contributions. To make a PR you must first fork the repo and then make a PR from the
We appreciate and welcome any code contributions. To make a PR you must first fork the repo and then make a PR from the
branch you created.

Rules:

- Make a comment on the ticket you would like to work on so we can assign it to you and to prevent duplicate efforts
- Check for existing issues before making a new one
- We may close an issue or PR without much feedback
- We may close an issue or PR without much feedback
- Stay away from PRs that:
- Refactor large parts of the codebase
- Add entirely new features without prior discussion
- Change the tooling or frameworks used without prior discussion
- Introduce new unnecessary dependencies
- Refactor large parts of the codebase
- Add entirely new features without prior discussion
- Change the tooling or frameworks used without prior discussion
- Introduce new unnecessary dependencies
2 changes: 1 addition & 1 deletion src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function showApp() {
/>
</React.Suspense>
<div className="bluethernal-llc-watermark">
© 2024 Bluethernal LLC
© 2025 Bluethernal LLC
</div>
</QueryClientProvider>
</ThemeProvider>
Expand Down

0 comments on commit 7cec482

Please sign in to comment.