Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-sass/lib/extensions.js')
-rw-r--r--node_modules/node-sass/lib/extensions.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_modules/node-sass/lib/extensions.js b/node_modules/node-sass/lib/extensions.js
index 8d365b4..1e344c4 100644
--- a/node_modules/node-sass/lib/extensions.js
+++ b/node_modules/node-sass/lib/extensions.js
@@ -78,6 +78,7 @@ function getHumanNodeVersion(abi) {
case 64: return 'Node.js 10.x';
case 67: return 'Node.js 11.x';
case 72: return 'Node.js 12.x';
+ case 79: return 'Node.js 13.x';
default: return false;
}
}
@@ -214,7 +215,7 @@ function getBinaryName() {
* By default fetch from the node-sass distribution
* site on GitHub.
*
- * The default URL can be overriden using
+ * The default URL can be overridden using
* the environment variable SASS_BINARY_SITE,
* .npmrc variable sass_binary_site or
* or a command line option --sass-binary-site: