From 624dd686fb166db0d8e1587a4c20ebfcb54e4a9f Mon Sep 17 00:00:00 2001 From: Anush008 <46051506+Anush008@users.noreply.github.com> Date: Sun, 5 Nov 2023 23:29:07 +0530 Subject: [PATCH] chore: pin to 0.0.0 --- npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/package.json b/npm/package.json index 957c5df..00796c1 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "ttyper", - "version": "0.0.0-alpha2", + "version": "0.0.0", "description": "ttyper is a terminal-based typing test built with Rust and tui-rs.", "repository": "https://github.com/max-niederman/ttyper", "license": "MIT",