From bc36416e3b5f06b40f586173f614ba60296ca892 Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Thu, 7 Nov 2024 21:14:16 +0800 Subject: [PATCH] chore: cleanup --- .npmrc | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 214c29d..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -registry=https://registry.npmjs.org/ diff --git a/README.md b/README.md index e118041..8ce7c32 100644 --- a/README.md +++ b/README.md @@ -260,4 +260,4 @@ barcodeDetector.detect(imageFile).then(console.log); The source code in this repository, as well as the build output, except for the parts listed below, is licensed under the [MIT license](./LICENSE). -Test samples and resources are collected from [zxing-cpp/zxing-cpp](https://github.com/zxing-cpp/zxing-cpp), which is licensed under the [Apache-2.0 license](https://raw.githubusercontent.com/zxing-cpp/zxing-cpp/master/LICENSE), and [web-platform-tests/wpt](https://github.com/web-platform-tests/wpt), which is licensed under the [3-Clause BSD license](https://raw.githubusercontent.com/web-platform-tests/wpt/master/LICENSE.md). +Test samples and resources are collected from [web-platform-tests/wpt](https://github.com/web-platform-tests/wpt), which is licensed under the [3-Clause BSD license](https://raw.githubusercontent.com/web-platform-tests/wpt/master/LICENSE.md).