From b6b5a4d3a6f1c6c74d47c855081a8fee17066829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Sat, 30 Sep 2023 04:46:15 +0900 Subject: [PATCH] doc(counter): Document the purpose of the package (#8032) --- packages/counter/README.md | 4 ++++ packages/counter/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/counter/README.md b/packages/counter/README.md index 62b94e0ff94f..8fc928b60370 100644 --- a/packages/counter/README.md +++ b/packages/counter/README.md @@ -1,3 +1,7 @@ # @swc/couter Download counter for swc packages. + +This package does not contain any code. It is used solely to track number of downloads of npm packages like `@swc/core` and `@next/swc`. If you are building a huge project using SWC, please consider depending on this package. It will not add any code to your bundle, but it will help us determine the number of users of SWC. + +Counting is done by npm, just like other packages. diff --git a/packages/counter/package.json b/packages/counter/package.json index eba2cc42ea3c..0e103fdfb18a 100644 --- a/packages/counter/package.json +++ b/packages/counter/package.json @@ -2,7 +2,7 @@ "name": "@swc/counter", "packageManager": "yarn@3.2.3", "main": "index.js", - "version": "0.1.1", + "version": "0.1.2", "description": "Downloade counter for the swc project", "sideEffects": false, "repository": {