Skip to content

Commit

Permalink
Add pnpm support.
Browse files Browse the repository at this point in the history
(why doesn't it support `npm` override format too?)
  • Loading branch information
lapo-luchini committed Apr 29, 2024
1 parent e6a247e commit 9679f24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"node": ">=12.20.0"
},
"devDependencies": {
"@rollup/wasm-node": "^4.17.1",
"eslint": "^8.34.0",
"htmlparser2": "^9.1.0",
"vite": "^5.2.10",
Expand All @@ -36,6 +35,11 @@
"overrides": {
"rollup": "npm:@rollup/wasm-node"
},
"pnpm": {
"overrides": {
"rollup": "npm:@rollup/wasm-node"
}
},
"eslintConfig": {
"env": {
"es6": true,
Expand Down

0 comments on commit 9679f24

Please sign in to comment.