Skip to content

Commit 9a67f36

Browse files
radumremy
authored andcommitted
feat: update chokidar to v3
BREAKING CHANGE: Massive CPU & RAM consumption improvements. 17x package & deps size reduction.
1 parent 6781b40 commit 9a67f36

File tree

3 files changed

+109
-1446
lines changed

3 files changed

+109
-1446
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ cache:
55
notifications:
66
email: false
77
node_js:
8+
- '12'
89
- '11'
910
- '10'
1011
- '8'
11-
- '6'
12-
- '4'
1312
before_install:
1413
- if [ "$TRAVIS_PULL_REQUEST_BRANCH" == "" ]; then echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> .npmrc; fi
1514
after_success:

0 commit comments

Comments
 (0)