Update Project purpose

This commit is contained in:
Possible
2023-11-16 17:46:07 +01:00
parent fbbadd6fbf
commit 40fb916437
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
"start": "node ./bin/www",
"commit": "git add . && git commit -m \"Update Project purpose\" && git push"
},
"dependencies": {
"cookie-parser": "~1.4.4",