Skip to content

Commit

Permalink
#11306 add 'index.d.ts' to files section
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed Jan 2, 2019
1 parent 187519e commit 7cc8061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions typescript-dto/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
index.d.ts
target/
5 changes: 4 additions & 1 deletion typescript-dto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"version": "6.17.0",
"description": "Eclipse Che DTO API",
"types": "index.d.ts",
"license": "EPL-2.0"
"license": "EPL-2.0",
"files": [
"index.d.ts"
]
}

0 comments on commit 7cc8061

Please sign in to comment.