diff --git a/apps/api/README.md b/apps/api/README.md index 3ddd4b752..05d943404 100755 --- a/apps/api/README.md +++ b/apps/api/README.md @@ -1,32 +1,9 @@ -

- Nest Logo -

- -[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master -[travis-url]: https://travis-ci.org/nestjs/nest -[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux -[linux-url]: https://travis-ci.org/nestjs/nest - -

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

-

-NPM Version -Package License -NPM Downloads -Travis -Linux -Coverage -Gitter -Backers on Open Collective -Sponsors on Open Collective - - -

- +API +=== ## Description -[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. +Backend API build with [Nest](https://github.com/nestjs/nest) framework``. ## Run @@ -49,7 +26,7 @@ npm run api:start:prod ## Build ```bash -# production mode build (work-in-progress) +# build for production env npm run api:prestart:prod ``` @@ -72,17 +49,3 @@ npm run api:test:cov # for api project npx jest --projects=apps/api --coverage ``` - -## Support - -Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). - -## Stay in touch - -- Author - [Kamil Myƛliwiec](https://kamilmysliwiec.com) -- Website - [https://nestjs.com](https://nestjs.com/) -- Twitter - [@nestframework](https://twitter.com/nestframework) - -## License - - Nest is [MIT licensed](LICENSE). diff --git a/package-lock.json b/package-lock.json index c5c948cce..1f68dbe61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1159,16 +1159,10 @@ "@types/jasmine": "*" } }, - "@types/jest": { - "version": "23.1.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-23.1.0.tgz", - "integrity": "sha512-DlIvvYDpcFgM1Ny1uzUBGb+0UMejhPEzDGxJ2By75ndMVDa82OUzPlV+v6NOsjA7HRvB4oj/Jqsscv6eJvLxeQ==", - "dev": true - }, "@types/node": { - "version": "10.1.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.1.4.tgz", - "integrity": "sha512-GpQxofkdlHYxjHad98UUdNoMO7JrmzQZoAaghtNg14Gwg7YkohcrCoJEcEMSgllx4VIZ+mYw7ZHjfaeIagP/rg==", + "version": "10.3.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.3.3.tgz", + "integrity": "sha512-/gwCgiI2e9RzzZTKbl+am3vgNqOt7a9fJ/uxv4SqYKxenoEDNVU3KZEadlpusWhQI0A0dOrZ0T68JYKVjzmgdQ==", "dev": true }, "@types/q": { diff --git a/package.json b/package.json index 3cbee4224..eccea7453 100644 --- a/package.json +++ b/package.json @@ -116,8 +116,7 @@ "@types/hammerjs": "^2.0.35", "@types/jasmine": "^2.8.8", "@types/jasminewd2": "^2.0.3", - "@types/jest": "^23.1.0", - "@types/node": "10.1.4", + "@types/node": "^10.3.3", "@types/socket.io-client": "^1.4.32", "@types/supertest": "^2.0.4", "angular-cli-ghpages": "^0.5.2",