Updated package and gitignore
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sambo Chea 2021-09-13 20:53:05 +07:00
parent 9af0a6728e
commit c7f3aa02b5
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -118,5 +118,7 @@ dist
.yarn/install-state.gz
.pnp.*
.DS_Store
package-lock.json
yarn.lock

View File

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