Skip to content

Commit

Permalink
refactor: adjust 3rd party modules convention
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed May 13, 2018
1 parent b006bc1 commit 80a0796
Show file tree
Hide file tree
Showing 24 changed files with 38 additions and 550 deletions.
20 changes: 0 additions & 20 deletions .eslintrc.js

This file was deleted.

7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# source
lib
index.ts
package-lock.json
tslint.json
tsconfig.json
.prettierrc
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"singleQuote": true
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<a href="https://opencollective.com/nest#backer"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
<a href="https://opencollective.com/nest#sponsor"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
<a href="https://paypal.me/kamilmysliwiec"><img src="https://img.shields.io/badge/Donate-PayPal-dc3d53.svg"/></a>
<img src="https://img.shields.io/badge/👌-Production Ready-78c7ff.svg"/>
<a href="https://twitter.com/nestframework"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>
</p>
<!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer)
Expand Down
54 changes: 0 additions & 54 deletions dist/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions dist/decorators/resolvers.decorators.d.ts

This file was deleted.

53 changes: 0 additions & 53 deletions dist/decorators/resolvers.decorators.js

This file was deleted.

5 changes: 0 additions & 5 deletions dist/enums/resolvers.enum.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions dist/enums/resolvers.enum.js

This file was deleted.

4 changes: 0 additions & 4 deletions dist/graphql.constants.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions dist/graphql.constants.js

This file was deleted.

13 changes: 0 additions & 13 deletions dist/graphql.factory.d.ts

This file was deleted.

71 changes: 0 additions & 71 deletions dist/graphql.factory.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/graphql.module.d.ts

This file was deleted.

43 changes: 0 additions & 43 deletions dist/graphql.module.js

This file was deleted.

10 changes: 0 additions & 10 deletions dist/index.d.ts

This file was deleted.

14 changes: 0 additions & 14 deletions dist/index.js

This file was deleted.

19 changes: 0 additions & 19 deletions dist/package.json

This file was deleted.

Loading

0 comments on commit 80a0796

Please sign in to comment.