Skip to content

Commit

Permalink
Merge branch 'main' into vuln-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Feb 21, 2024
2 parents b8521c6 + 4f6b867 commit 38435b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ npm run test:coverage
### NPM bloat

In this project, we set a threshold for how large the `/node_modules` folder can become after an `npm install`.
In our [`package.json`](package.json), we set the size to 50 MB.
In our [`package.json`](package.json), we set the size to 256 MB.

To test the size of the dependencies in your local workspace, run `npm run test:size`.

Expand Down
2 changes: 1 addition & 1 deletion src/routes/(site)/teams.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="hero-inner-container">
<img src="/assets/dev-logo.svg" alt="Dev Team Badge" />
<div class="size-md brand-med hero-text">
<span><span class="acm-bluer">Develop</span> semester long projects to show your mom</span
<span><span class="acm-bluer">Develop</span> semester-long projects to show your mom</span
>
</div>
</div>
Expand Down

0 comments on commit 38435b1

Please sign in to comment.