Skip to content

Commit

Permalink
fix: adding upgrades from @AviVahl on original repo
Browse files Browse the repository at this point in the history
see PR andrewrk#4
  • Loading branch information
Nour Al-Habash authored and Nour Al-Habash committed Feb 22, 2020
1 parent f936526 commit f7b6474
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 431 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/coverage
/node_modules
/.nyc_output
package-lock.json
yarn.lock
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js:
- "0.10"
- 13
- 12
- 10
- 8
script:
- "npm run test-travis"
after_script:
Expand Down
Loading

0 comments on commit f7b6474

Please sign in to comment.