Skip to content

Commit

Permalink
Convert to use the electron-installer-common ElectronInstaller class (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored Jan 24, 2019
1 parent 4433ce6 commit d0b1b6b
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 327 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"node": ">=6.0.0"
},
"dependencies": {
"debug": "^4.0.1",
"electron-installer-common": "^0.5.0",
"fs-extra": "^7.0.0",
"get-folder-size": "^2.0.0",
"debug": "^4.1.1",
"electron-installer-common": "^0.6.0",
"fs-extra": "^7.0.1",
"get-folder-size": "^2.0.1",
"lodash": "^4.17.4",
"pify": "^4.0.0",
"semver": "^5.4.1",
"pify": "^4.0.1",
"semver": "^5.6.0",
"word-wrap": "^1.2.3",
"yargs": "^12.0.2"
"yargs": "^12.0.5"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.6.1",
"eslint": "^5.12.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^5.0.5",
"mz": "^2.7.0",
"nyc": "^13.0.1",
"nyc": "^13.1.0",
"promise-retry": "^1.1.1",
"tmp-promise": "^1.0.5"
}
Expand Down
Loading

0 comments on commit d0b1b6b

Please sign in to comment.