From 120112cf1918743dbe16f698316013a3ca0365c3 Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Wed, 14 Nov 2018 15:20:41 -0800 Subject: [PATCH 1/2] Use space --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d14c583..92168bf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "appService.zipIgnorePattern": [ "node_modules{,/**}" - ] + ], + "editor.insertSpaces": true } \ No newline at end of file From 59a02ef69c0da57dad9520a18de30738dccef7fc Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Wed, 14 Nov 2018 15:40:49 -0800 Subject: [PATCH 2/2] Add license --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8e53cd..a11e31c 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# nodejs-shopping-cart \ No newline at end of file +# nodejs-shopping-cart + +## License + +MIT \ No newline at end of file