1
0

Update package.json

Fixing author
This commit is contained in:
aevans1987
2024-06-13 12:54:43 -04:00
committed by GitHub
parent 24b6fbe9b3
commit 94e6acc59f
+1 -1
View File
@@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server/index.js" "start": "node ./server/index.js"
}, },
"author": "Andrew Evans", "author": "Eric Lewin",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios": "^0.19.2", "axios": "^0.19.2",