Skip to content

Commit 86428dd

Browse files
committed
feature(package) win32 v2.0.0
1 parent 121400b commit 86428dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/spawnify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const WIN = process.platform === 'win32';
1515
const spawn = child_process.spawn;
1616

1717
const find = require('glob');
18-
const win = require('win32/legacy');
18+
const win = require('win32');
1919

2020
const newLine = (error) => {
2121
error.message += '\n';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"tildify": "^1.2.0",
2525
"try-catch": "^2.0.0",
2626
"untildify": "^3.0.2",
27-
"win32": "^1.0.0"
27+
"win32": "^2.0.0"
2828
},
2929
"devDependencies": {
3030
"eslint": "^4.0.0"

0 commit comments

Comments
 (0)