Skip to content

Commit

Permalink
fix(remark-kbd-nested): remove pnpm from engines
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Apr 23, 2024
1 parent 6dbefa2 commit c0fb889
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/remark-kbd-nested/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
},
"homepage": "https://github.com/shivjm/remark-extensions#readme",
"engines": {
"node": ">=18",
"pnpm": ">=9"
"node": ">=18"
},
"type": "module",
"publishConfig": {
Expand Down

0 comments on commit c0fb889

Please sign in to comment.