Update project name to "npfd-web-app" in package.json, package-lock.json, and README.md

This commit is contained in:
2025-08-14 00:33:17 -04:00
parent 2208c6bdfd
commit 630e8cb4ab
3 changed files with 5 additions and 3 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
### New Providence Fire Department
#### Web App

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "npfd-web", "name": "npfd-web-app",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "npfd-web", "name": "npfd-web-app",
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"react": "^18.2.0", "react": "^18.2.0",

View File

@ -1,5 +1,5 @@
{ {
"name": "npfd-web", "name": "npfd-web-app",
"version": "1.0.0", "version": "1.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {