Skip to content

Commit 0ee815b

Browse files
committed
feature(package) spawnify v3.0.0
1 parent 14543c5 commit 0ee815b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const path = require('path');
88

99
const join = require('join-io');
1010
const mollify = require('mollify');
11-
const spawnify = require('spawnify');
11+
const spawnify = require('spawnify/legacy');
1212
const rendy = require('rendy');
1313

1414
const express = require('express');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"mollify": "~1.0.3",
3838
"rendy": "~1.1.0",
3939
"socket.io": "^1.5.0",
40-
"spawnify": "~2.3.0",
40+
"spawnify": "^3.0.0",
4141
"tildify": "~1.2.0"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)