Skip to content

Commit

Permalink
Merge 82ff851 into c3d34b9
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalan committed Jul 26, 2019
2 parents c3d34b9 + 82ff851 commit 8f73768
Show file tree
Hide file tree
Showing 5 changed files with 731 additions and 172 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.DS_Store
node_modules
node_modules
.nyc_output
coverage
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
test
.editorconfig
.travis.yml
.nyc_output
coverage
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ language: node_js
sudo: false
node_js:
- 6
- node
after_script:
- npm run coveralls
Loading

0 comments on commit 8f73768

Please sign in to comment.