Update Project purpose
This commit is contained in:
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user