mirror of https://github.com/calzoneman/sync.git
deps: remove status-message-polyfill
This hasn't been necessary since node v0.10, and CyTube only supports node v6.x+ by this point.
This commit is contained in:
parent
a8f1e48157
commit
52030506b5
|
@ -41,7 +41,6 @@
|
|||
"socket.io": "^2.0.3",
|
||||
"source-map-support": "^0.4.0",
|
||||
"sprintf-js": "^1.0.3",
|
||||
"status-message-polyfill": "git://github.com/calzoneman/status-message-polyfill",
|
||||
"toml": "^2.3.0",
|
||||
"uuid": "^2.0.1",
|
||||
"yamljs": "^0.2.8"
|
||||
|
|
|
@ -5,7 +5,6 @@ var https = require("https");
|
|||
var http = require("http");
|
||||
var urlparse = require("url");
|
||||
var path = require("path");
|
||||
require("status-message-polyfill");
|
||||
|
||||
const LOGGER = require('@calzoneman/jsli')('ffmpeg');
|
||||
|
||||
|
|
Loading…
Reference in New Issue