Skip to content

Commit 5a1a36c

Browse files
committed
fix
1 parent b776998 commit 5a1a36c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules
33
*.sock
44
build
55
yarn.lock
6+
dist
67
coverage

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ install:
1111
script:
1212
- make lint
1313
- make test
14-
- make coveralls
14+
- make coveralls

0 commit comments

Comments
 (0)