mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-25 04:12:14 +08:00
8 lines
160 B
JavaScript
8 lines
160 B
JavaScript
'use strict';
|
|
module.exports = {
|
|
stdin: false,
|
|
stderr: false,
|
|
supportsHyperlink: function () { // eslint-disable-line object-shorthand
|
|
return false;
|
|
}
|
|
};
|