From 5a706947bcc5508a3d0db65c565bc973e1d2febc Mon Sep 17 00:00:00 2001 From: lihucheng Date: Fri, 25 Mar 2022 14:53:35 +0800 Subject: [PATCH] Fix text specification issue: https://gitee.com/openharmony/third_party_quickjs/issues/I4ZK8U Signed-off-by: lihucheng On branch master Your branch is up to date with 'origin/master'. --- README.OpenSource | 1 - 1 file changed, 1 deletion(-) diff --git a/README.OpenSource b/README.OpenSource index 1f5e50c..db032a3 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -4,7 +4,6 @@ "License": "MIT License", "License File": "LICENSE", "Version Number": "2020-11-08", - "Owner": "zhaogaoyi@huawei.com", "Upstream URL": "https://bellard.org/quickjs/", "Description": "QuickJS is a small and embeddable Javascript engine. It supports the ES2020 specification including modules, asynchronous generators, proxies and BigInt." } -- Gitee