diff --git a/README.md b/README.md index bbfad47..897bf3a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Nest Logo + Nest Logo

[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master @@ -7,17 +7,20 @@ [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.

+

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

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

@@ -38,43 +41,17 @@ $ npm install $ npm run start ``` -## People +## 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://opencollective.com/nest). + + +## Stay in touch - Author - [Kamil Myśliwiec](https://kamilmysliwiec.com) - Website - [https://nestjs.com](https://nestjs.com/) +- Twitter - [@nestframework](https://twitter.com/nestframework) -## Backers - -I am on a mission to provide an architecture to create truly flexible, scalable and loosely coupled systems using the Node.js platform. It takes a lot of time, so if you want to support me, please [become a backer / sponsor]((https://opencollective.com/nest#backer)). I appreciate your help. Thanks! :heart_eyes: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +## License + Nest is [MIT licensed](LICENSE). diff --git a/package.json b/package.json index 6fc4534..e925851 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "@nestjs/microservices": "^4.5.8", "@nestjs/testing": "^4.5.5", "@nestjs/websockets": "^4.5.8", - "redis": "^2.7.1", "reflect-metadata": "^0.1.12", "rxjs": "^5.5.6", "typescript": "^2.6.2" @@ -23,6 +22,7 @@ "devDependencies": { "@types/node": "^9.3.0", "nodemon": "^1.14.1", + "tslint": "5.3.2", "ts-node": "^4.1.0", "tsconfig-paths": "^3.1.1" } diff --git a/tslint.json b/tslint.json index 852257c..e66f0a4 100644 --- a/tslint.json +++ b/tslint.json @@ -20,6 +20,7 @@ false ], "max-line-length": [ + true, 150 ], "member-ordering": [ @@ -51,4 +52,4 @@ ] }, "rulesDirectory": [] -} \ No newline at end of file +}