Skip to content

Commit

Permalink
fix: move pkg-prebuilds should be a runtime dep
Browse files Browse the repository at this point in the history
Fixes llvm#81
  • Loading branch information
dvirtz committed Jul 27, 2023
1 parent 3c743be commit 58c15af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/parquet-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"clean": "rimraf dist build prebuilds"
},
"dependencies": {
"node-addon-api": "^5.0.0"
},
"devDependencies": {
"node-addon-api": "^5.0.0",
"pkg-prebuilds": "^0.2.1"
}
}

0 comments on commit 58c15af

Please sign in to comment.