diff --git a/contributors.txt b/contributors.txt index 4050e37982..3a984ac7ca 100644 --- a/contributors.txt +++ b/contributors.txt @@ -321,4 +321,5 @@ YYYY/MM/DD, github id, Full name, email 2021/10/31, skef, Skef Iterum, github@skef.org 2021/10/31, hlstwizard, h.l.s.t@163.com 2021/12/03, eneko, Eneko Alonso, eneko.alonso@gmail.com +2021/12/16, Ketler13, Oleksandr Martyshchenko, oleksandr.martyshchenko@gmail.com 2021/12/25, Tinker1024, Tinker1024, tinker@huawei.com \ No newline at end of file diff --git a/runtime/JavaScript/package.json b/runtime/JavaScript/package.json index dbb1934927..61a657fa45 100644 --- a/runtime/JavaScript/package.json +++ b/runtime/JavaScript/package.json @@ -40,5 +40,8 @@ }, "engines": { "node": ">=14" + }, + "browser": { + "fs": false } }