Skip to content

Commit

Permalink
chore: drop support for node@<12.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for node v10 and earlier. Note that `protobufjs` has also dropped support for these node versions upstream.
  • Loading branch information
kmontag committed Jul 18, 2022
1 parent 6f5a290 commit fc7f450
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"lint": "npm run lint:script && npm run lint:style",
"test": "mocha test/*.test.js"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=7.0.0"
},
"keywords": [
"webpack",
"protobuf",
Expand Down Expand Up @@ -52,7 +56,6 @@
"jsdoc": "^3.6.10",
"memory-fs": "^0.5.0",
"mocha": "^8.4.0",
"npm": "^8.14.0",
"prettier": "^2.7.1",
"semantic-release": "^19.0.3",
"semver": "^7.1.2",
Expand Down

0 comments on commit fc7f450

Please sign in to comment.