Skip to content

Commit

Permalink
feat: update chokidar to v3
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Massive CPU & RAM consumption improvements. 17x package & deps size reduction.
  • Loading branch information
radum authored and remy committed Nov 20, 2019
1 parent 6781b40 commit 9a67f36
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 1,446 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -5,11 +5,10 @@ cache:
notifications:
email: false
node_js:
- '12'
- '11'
- '10'
- '8'
- '6'
- '4'
before_install:
- if [ "$TRAVIS_PULL_REQUEST_BRANCH" == "" ]; then echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> .npmrc; fi
after_success:
Expand Down

0 comments on commit 9a67f36

Please sign in to comment.