Skip to content

Commit

Permalink
fix: Cannot find module 'electron-builder-http'
Browse files Browse the repository at this point in the history
Close #1809
  • Loading branch information
develar committed Jul 10, 2017
1 parent 2316381 commit 4af210e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"jest-junit": "^1.5.1",
"jsdoc-to-markdown": "^3.0.0",
"path-sort": "^0.1.0",
"ts-babel": "^3.1.0",
"ts-babel": "^3.1.2",
"tslint": "^5.5.0",
"typescript": "^2.4.1",
"v8-compile-cache": "^1.1.0",
Expand Down
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 @@ -26,7 +26,7 @@ export interface Dependency {
}

const knownAlwaysIgnoredDevDeps = new Set([
"electron-builder", "electron-builder-http", "electron-builder-tslint-config", "electron-builder-util", "electron-publish", "electron-download-tf", "electron-download",
"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",
"asar-integrity", "asar",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3353,15 +3353,16 @@ truncate-utf8-bytes@^1.0.0:
dependencies:
utf8-byte-length "^1.0.1"

ts-babel@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/ts-babel/-/ts-babel-3.1.0.tgz#148987b1a7bec76c5e419f65ef32c92a5e679450"
ts-babel@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/ts-babel/-/ts-babel-3.1.2.tgz#e63b93f842b607bb0121ec977c12074543bc552f"
dependencies:
babel-core "^6.25.0"
bluebird-lst "^1.0.2"
chalk "^2.0.1"
fs-extra-p "^4.3.0"
source-map-support "^0.4.15"
v8-compile-cache "^1.1.0"

ts-jsdoc@^2.0.3:
version "2.0.3"
Expand Down

0 comments on commit 4af210e

Please sign in to comment.