diff --git a/polyfills/os.js b/polyfills/os.js index 761bd02..1164b4f 100644 --- a/polyfills/os.js +++ b/polyfills/os.js @@ -97,6 +97,8 @@ export var tmpdir = tmpDir; export var EOL = '\n'; export default { EOL: EOL, + arch: arch, + platform: platform, tmpdir: tmpdir, tmpDir: tmpDir, networkInterfaces:networkInterfaces,