Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aldahick committed Oct 8, 2018
1 parent 4630f1b commit 933a49f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class User {
}

// infers methods too!
@barnacle.field()
getEmail(actual: boolean): string {
return actual ? "[email protected]" : "[email protected]";
}
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,6 +1,6 @@
{
"name": "barnaclejs",
"version": "0.0.5",
"version": "0.0.6",
"description": "Simple GraphQL schema builder, inferring from Typescript classes",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 933a49f

Please sign in to comment.