Skip to content

Commit

Permalink
fix prebuild-install
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 28, 2020
1 parent 86fc580 commit 329ba90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/ericfreese/node-freetype2",
"scripts": {
"install": "prebuild-install -r napi || node-gyp rebuild",
"install": "prebuild-install --runtime=napi || node-gyp rebuild",
"prebuild": "prebuild -r napi",
"clean": "node-gyp clean",
"build": "node-gyp build",
Expand Down

0 comments on commit 329ba90

Please sign in to comment.