Skip to content

Commit

Permalink
update dependencies and devDependencies
Browse files Browse the repository at this point in the history
Highlight: update zen-observable from v6 to v8

* `start` is no longer called  zenparsing/zen-observable@63ba776#diff-3daa0061c8b3a492c4c29e075ae8f9f4
* `complete` no longer takes any arguments  zenparsing/zen-observable@e924b1d
  • Loading branch information
shinnn committed Oct 17, 2018
1 parent 2c7946e commit 3145d2b
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 191 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,4 +1,3 @@
.nyc_output
coverage
node_modules
tmp
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,4 +2,4 @@ branches:
except: /^v\d/
language: node_js
node_js: node
after_script: node_modules/.bin/nyc report --reporter=text-lcov | npx coveralls
after_script: node_modules/.bin/nyc report | npx coveralls

0 comments on commit 3145d2b

Please sign in to comment.