Skip to content

Commit

Permalink
Merge pull request #84 from web3data/fix/websocket-disconnect-error
Browse files Browse the repository at this point in the history
Fix/websocket disconnect error
  • Loading branch information
TrevorJTClarke authored Feb 7, 2020
2 parents ca890e3 + 439b1e0 commit ae235be
Show file tree
Hide file tree
Showing 26 changed files with 12,711 additions and 9,823 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '8'
- '10'
- '12.3.1'

deploy:
Expand Down
8 changes: 2 additions & 6 deletions ava.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
export default {
files: ['test/**.test.js'],
sources: ['**/*.{js,jsx}', '!dist/**/*'],
ignoredByWatcher: ['dist/**/*'],
cache: true,
concurrency: 5,
require: ['@babel/register'],
babel: {
testOptions: {
presets: [['ava/stage-4', false]]
}
},
babel: true,
inherit: true
}
8 changes: 1 addition & 7 deletions dist/web3data.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit ae235be

Please sign in to comment.