Skip to content

Commit e7df1d7

Browse files
author
Thiago Bustamante
committed
fix export types
1 parent 88192ff commit e7df1d7

File tree

5 files changed

+23
-509
lines changed

5 files changed

+23
-509
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.DS_Store
2-
*.js
3-
*.js.map
4-
*.d.ts
2+
dist
53
!test/*.js
64
doc
75
node_modules

.npmignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
!*.js
2-
!*.js.map
3-
!*.d.ts
1+
!dist
42
.travis.yml
53
tsconfig.json
64
tslint.json

0 commit comments

Comments
 (0)