include node_modules so release .zip is deployable
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function () {
|
||||
var acosh = Math.acosh;
|
||||
if (typeof acosh !== "function") return false;
|
||||
return acosh(2) === 1.3169578969248166;
|
||||
};
|
||||
Reference in New Issue
Block a user