Skip to content

Commit c5d700f

Browse files
authored
Merge pull request #48 from indigotech/bugfix/npmignore
Feature - Fix npmignore and gitignore
2 parents 27a31cd + a273124 commit c5d700f

6 files changed

Lines changed: 13 additions & 50 deletions

File tree

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules/
44
lib/
55
typings/
66
.built/
7+
.DS_Store

.npmignore

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
src/
2-
examples/
3-
typings/
1+
*.spec.d.ts
42
*.spec.js
53
*.spec.js.map
6-
*.spec.d.ts
4+
.editorconfig
5+
.github/
6+
.travis.yml
7+
examples/
8+
runtest.sh
9+
src/
10+
tsconfig.json
11+
tslint.json
12+
yarn.lock

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- Fixed @Field arguments handling - #42 - [@felipesabino](https://github.com/felipesabino)
1010
- Fixed @UnionType usage with abstract classes - #43 - [@felipesabino](https://github.com/felipesabino)
1111
- Fixed error that just one @Query was added to resulting schema - #44 - [@felipesabino](https://github.com/felipesabino)
12+
- Fixed `.npmignore` and `.gitignore` - #48 - [@marcelorisse](https://github.com/marcelorisse)
13+
- Removed duplicated CHANGELOG file - #48 - [@marcelorisse](https://github.com/marcelorisse)
1214

1315
### Breaking changes
1416

File renamed without changes.

docs/CHANGELOG.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)