mirror of https://github.com/mthenw/frontail.git
replace git repo dependency with forked package. Closes #110
parent
0f0e8d5044
commit
6ad045f9e0
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const daemon = require('daemon');
|
||||
const daemon = require('daemon-fix41');
|
||||
const fs = require('fs');
|
||||
|
||||
const defaultOptions = {
|
||||
|
|
|
@ -613,8 +613,10 @@
|
|||
"es5-ext": "0.10.37"
|
||||
}
|
||||
},
|
||||
"daemon": {
|
||||
"version": "github:zipang/daemon.node#48d0977c26fb3a6a44ae99aae3471b9d5a761085"
|
||||
"daemon-fix41": {
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/daemon-fix41/-/daemon-fix41-1.1.2.tgz",
|
||||
"integrity": "sha512-Si6it8at767j0OJEabYI4fIDLnOBjkguBL9QMp/A+QlHgZKMGN93XSTEc1joRd2FbYy59SWZP0GwQjEtcUdwkA=="
|
||||
},
|
||||
"dashdash": {
|
||||
"version": "1.14.1",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"commander": "1.3.2",
|
||||
"connect": "2.11.0",
|
||||
"cookie": "0.1.0",
|
||||
"daemon": "github:zipang/daemon.node#48d0977c26fb3a6a44ae99aae3471b9d5a761085",
|
||||
"daemon-fix41": "1.1.2",
|
||||
"socket.io": "^1.7.0",
|
||||
"untildify": "^3.0.2"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const daemon = require('daemon');
|
||||
const daemon = require('daemon-fix41');
|
||||
const optionsParser = require('../lib/options_parser');
|
||||
const daemonize = require('../lib/daemonize');
|
||||
const sinon = require('sinon');
|
||||
|
|
Loading…
Reference in New Issue