Skip to content

Commit

Permalink
Rename npm package to remove org scope
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarner committed Sep 25, 2020
1 parent d86c5c7 commit bd2cfb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TypeORM-GraphQL-Joiner only joins relations that were requested in the client's
## Installation

```
npm i @madsci/typeorm-graphql-joiner
npm i typeorm-graphql-joiner
```

This library is written in TypeScript, so type definitions are included in the box.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@madsci/typeorm-graphql-joiner",
"name": "typeorm-graphql-joiner",
"version": "0.3.1",
"description": "A helper to join TypeORM relations based on fields selected in a GraphQL query.",
"author": "Madscience Ltd",
Expand Down

0 comments on commit bd2cfb7

Please sign in to comment.