Skip to content

Commit

Permalink
Merge pull request #101 from web3data/hf/max-call-stack
Browse files Browse the repository at this point in the history
Hf/max call stack
  • Loading branch information
TrevorJTClarke authored Dec 3, 2020
2 parents 52190de + 186f859 commit 5b17780
Show file tree
Hide file tree
Showing 12 changed files with 12,112 additions and 41,681 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '10'
- '12.3.1'
- 12
- 14

deploy:
provider: npm
Expand Down
4 changes: 3 additions & 1 deletion ava.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
const config = {
files: ['test/**.test.js'],
ignoredByWatcher: ['dist/**/*'],
cache: true,
Expand All @@ -7,3 +7,5 @@ export default {
babel: true,
inherit: true
}

export default config
2 changes: 1 addition & 1 deletion dist/web3data.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5b17780

Please sign in to comment.