diff --git a/.gitignore b/.gitignore index de3c787e1..d7c2d601f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,4 @@ npm-debug.log /.nyc_output # dist -/dist \ No newline at end of file +dist \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..7ded85921 --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +# source +lib +index.ts +package-lock.json +tslint.json +tsconfig.json +.prettierrc \ No newline at end of file diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 000000000..06a953042 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,4 @@ +{ + "trailingComma": "none", + "singleQuote": true +} \ No newline at end of file diff --git a/README.md b/README.md index 353500ef7..c2736f607 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [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 @@ -19,7 +19,6 @@ Backers on Open Collective Sponsors on Open Collective -