Skip to content

Commit 9a67f36

Browse files
radumremy
authored andcommittedNov 20, 2019
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:

‎package-lock.json

+106-1,442
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"nodemon": "./bin/nodemon.js"
1010
},
1111
"engines": {
12-
"node": ">=4"
12+
"node": ">=8.10.0"
1313
},
1414
"repository": {
1515
"type": "git",
@@ -55,7 +55,7 @@
5555
"should": "~4.0.0"
5656
},
5757
"dependencies": {
58-
"chokidar": "^2.1.8",
58+
"chokidar": "^3.2.2",
5959
"debug": "^3.2.6",
6060
"ignore-by-default": "^1.0.1",
6161
"minimatch": "^3.0.4",

0 commit comments

Comments
 (0)
Please sign in to comment.