Skip to content

Commit

Permalink
fix: node-pre-gyp stripped in packed dir
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jul 11, 2017
1 parent c2e656e commit 2b1686b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electron-builder/src/util/packageDependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface Dependency {
const knownAlwaysIgnoredDevDeps = new Set([
"electron-builder", "electron-builder-tslint-config", "electron-builder-util", "electron-publish", "electron-download-tf", "electron-download",
"electron-forge", "electron-packager", "electron-compilers",
"jest", "jest-cli", "prebuild-install", "nan", "node-pre-gyp",
"jest", "jest-cli", "prebuild-install", "nan",
"asar-integrity", "asar",
"electron-webpack", "electron-webpack-ts", "electron-webpack-vue",
"react-scripts",
Expand Down

0 comments on commit 2b1686b

Please sign in to comment.