Skip to content

Commit

Permalink
required Node.js v14
Browse files Browse the repository at this point in the history
  • Loading branch information
iccicci committed Nov 20, 2021
1 parent a10a26a commit 61e657b
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 89 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 2021-11-20 - v3.0.2
- Required **Node.js v14**
- devDependencies update
- 2021-11-06 - v3.0.1
- `external` event emitted even if in error
- exported `class RotatingFileStreamError`
Expand Down
168 changes: 84 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"logrotate"
],
"engines": {
"node": ">=10.0"
"node": ">=14.0"
},
"author": "Daniele Ricci <daniele.icc@gmail.com> (https://github.com/iccicci)",
"contributors": [
Expand All @@ -41,15 +41,15 @@
"types": "index.d.ts",
"devDependencies": {
"@types/mocha": "9.0.0",
"@types/node": "16.11.6",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"@types/node": "16.11.9",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"eslint": "8.2.0",
"mocha": "9.1.3",
"nyc": "15.1.0",
"prettier": "2.4.1",
"ts-node": "10.4.0",
"typescript": "4.4.4"
"typescript": "4.5.2"
},
"prettier": {
"arrowParens": "avoid",
Expand Down

0 comments on commit 61e657b

Please sign in to comment.