Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
lib/
typings/
.built/
.DS_Store
14 changes: 10 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
src/
examples/
typings/
*.spec.d.ts
*.spec.js
*.spec.js.map
*.spec.d.ts
.editorconfig
.github/
.travis.yml
examples/
runtest.sh
src/
tsconfig.json
tslint.json
yarn.lock
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
- Fixed @Field arguments handling - #42 - [@felipesabino](https://github.com/felipesabino)
- Fixed @UnionType usage with abstract classes - #43 - [@felipesabino](https://github.com/felipesabino)
- Fixed error that just one @Query was added to resulting schema - #44 - [@felipesabino](https://github.com/felipesabino)
- Fixed `.npmignore` and `.gitignore` - #48 - [@marcelorisse](https://github.com/marcelorisse)
- Removed duplicated CHANGELOG file - #48 - [@marcelorisse](https://github.com/marcelorisse)

### Breaking changes

Expand Down
File renamed without changes.
46 changes: 0 additions & 46 deletions docs/CHANGELOG.md

This file was deleted.