diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/patch-dependencies.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/patch-dependencies.js b/dev/patch-dependencies.js index 7052fd08..0de9bf0c 100644 --- a/dev/patch-dependencies.js +++ b/dev/patch-dependencies.js @@ -20,8 +20,8 @@ const assert = require('assert'); /** * This function patches the following bug: - * * https://github.com/jsdom/jsdom/issues/3211 - * * https://github.com/dperini/nwsapi/issues/48 + * - https://github.com/jsdom/jsdom/issues/3211 + * - https://github.com/dperini/nwsapi/issues/48 */ function patchNwsapi() { const nwsapiPath = require.resolve('nwsapi'); |