From 8760c227932ce5c200eb4aa2f1b70c06993425f9 Mon Sep 17 00:00:00 2001 From: oepkgs-support Date: Fri, 8 Dec 2023 16:58:27 +0800 Subject: [PATCH] Add nodejs-is-fullwidth-code-point.yaml --- nodejs-is-fullwidth-code-point.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nodejs-is-fullwidth-code-point.yaml diff --git a/nodejs-is-fullwidth-code-point.yaml b/nodejs-is-fullwidth-code-point.yaml new file mode 100644 index 0000000..7ca2f0f --- /dev/null +++ b/nodejs-is-fullwidth-code-point.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: sindresorhus/is-fullwidth-code-point +tag_prefix: v +separator: . -- Gitee