Skip to content

Commit c5a353b

Browse files
committed
Fix pdf error by rolling back changes. Add package-lock.json
1 parent 3bb2961 commit c5a353b

File tree

10 files changed

+4066
-95
lines changed

10 files changed

+4066
-95
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/coverage
12
/.idea/
23
**/node_modules
34
.gtt.yml

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ node_js:
44
- "6.11"
55
- "7"
66
- "8"
7-
cache: yarn
7+
cache: yarn
8+
after_success:
9+
- yarn run coveralls

0 commit comments

Comments
 (0)