Skip to content

Commit

Permalink
Drop Node < 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Mar 6, 2022
1 parent 30411dd commit 4cd7c4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@
"mocha": "^9.2.1",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"release-it": "^14.12.5",
"rimraf": "^3.0.2"
"release-it": "^14.12.5"
},
"peerDependencies": {
"metalsmith": "^2.3.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12.0.0"
}
}

0 comments on commit 4cd7c4d

Please sign in to comment.