Skip to content

Commit

Permalink
build!: update specification of Node.js and pnpm in root
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Apr 23, 2024
1 parent 9d91441 commit 2f6f8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "remark-extensions",
"engines": {
"node": ">=10",
"pnpm": ">=3"
"node": ">=18"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand All @@ -11,6 +10,7 @@
"test": "pnpm test -r",
"typedoc": "typedoc --entryPointStrategy packages --options typedoc.json packages/*"
},
"packageManager": "pnpm",
"pnpm": {
"overrides": {
"conventional-changelog-conventionalcommits": "npm:@shivjm/[email protected]"
Expand Down

0 comments on commit 2f6f8a6

Please sign in to comment.