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": {