From c7f3aa02b5f515e080007df1e9e77ec51db43a68 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 13 Sep 2021 20:53:05 +0700 Subject: [PATCH] Updated package and gitignore --- .gitignore | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 275e2a8..e226337 100644 --- a/.gitignore +++ b/.gitignore @@ -118,5 +118,7 @@ dist .yarn/install-state.gz .pnp.* +.DS_Store + package-lock.json yarn.lock \ No newline at end of file diff --git a/package.json b/package.json index 82e59ee..86d55d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cubetiq/express-nodejs-app", "version": "1.0.0", - "description": "Express, Nodejs application for service", + "description": "Express, Nodejs application for micro-service", "main": "dist/app.js", "private": true, "scripts": {