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
View File
@@ -1,3 +1,5 @@
# This project is a toy project for training and quality assurance purposes
# node_task # node_task
1. Clone repo into your github 1. Clone repo into your github
+2 -1
View File
@@ -3,7 +3,8 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "node ./bin/www" "start": "node ./bin/www",
"commit": "git add . && git commit -m \"Update Project purpose\" && git push"
}, },
"dependencies": { "dependencies": {
"cookie-parser": "~1.4.4", "cookie-parser": "~1.4.4",