Updated package and gitignore
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9af0a6728e
commit
c7f3aa02b5
2
.gitignore
vendored
2
.gitignore
vendored
@ -118,5 +118,7 @@ dist
|
|||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
yarn.lock
|
yarn.lock
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@cubetiq/express-nodejs-app",
|
"name": "@cubetiq/express-nodejs-app",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Express, Nodejs application for service",
|
"description": "Express, Nodejs application for micro-service",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user