Skip to content

Commit

Permalink
add rollup to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
weeryan17 committed Jan 7, 2024
1 parent 6828e31 commit b16ebe4
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 54 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-prettier": "^5.0.0"
"eslint-plugin-prettier": "^5.0.0",
"@rollup/wasm-node": "^4.9.4"
},
"pnpm": {
"overrides": {
"rollup": "@rollup/wasm-node"
"rollup": "npm:@rollup/wasm-node"
}
}
}
118 changes: 66 additions & 52 deletions pnpm-lock.yaml

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

0 comments on commit b16ebe4

Please sign in to comment.