Skip to content

Commit

Permalink
refactor: extract spawn implementation into its own package (#63)
Browse files Browse the repository at this point in the history
DEPRECATED: `spawn` export, use `@malept/cross-spawn-promise` directly.
  • Loading branch information
malept authored Feb 13, 2020
1 parent 1a9cb95 commit fda06bf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 72 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"sinon": "^8.0.4"
},
"dependencies": {
"@malept/cross-spawn-promise": "^1.0.0",
"asar": "^2.0.1",
"cross-spawn": "^7.0.1",
"debug": "^4.1.1",
"fs-extra": "^8.0.1",
"glob": "^7.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const readElectronVersion = require('./readelectronversion')
const readMetadata = require('./readmetadata')
const replaceScopeName = require('./replacescopename')
const sanitizeName = require('./sanitizename')
const spawn = require('./spawn')
const { spawn } = require('@malept/cross-spawn-promise')
const template = require('./template')
const sandboxHelper = require('./sandboxhelper')

Expand Down
46 changes: 0 additions & 46 deletions src/spawn.js

This file was deleted.

24 changes: 0 additions & 24 deletions test/spawn.js

This file was deleted.

0 comments on commit fda06bf

Please sign in to comment.