Skip to content

Commit

Permalink
fix(typings): add types entry to package.json (MichalLytek#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
galkin authored and MichalLytek committed Mar 16, 2019
1 parent 51278f4 commit 572eddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<!-- here goes all the unreleased changes descriptions -->
### Features
- add support for emitting schema file in not existing directory (#269)
### Fixes
- fix typings discovery support for WebStorm (#276)
### Others
- **Breaking Change**: drop support for Node.js v6 (end of LTS in April 2019)

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
]
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"readmeFilename": "README.md",
"description": "Create GraphQL schema and resolvers with TypeScript, using classes and decorators!",
"license": "MIT",
Expand Down

0 comments on commit 572eddd

Please sign in to comment.