Update br95/package.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-20 19:46:31 -06:00
committed by GitHub
parent a246e61dc2
commit f7087ae229

View File

@@ -6,7 +6,8 @@
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint",
"test": "echo \"No automated tests yet\""
}, },
"dependencies": { "dependencies": {
"next": "14.2.3", "next": "14.2.3",