From 837307fe8cd17641df0b23866ae4c49a5e7f702c Mon Sep 17 00:00:00 2001 From: Carson Date: Fri, 6 Oct 2023 09:52:39 -0500 Subject: [PATCH] Remove alpha from the npm version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65899aa817..dd72f14a3a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "homepage": "https://shiny.rstudio.com", "repository": "github:rstudio/shiny", "name": "@types/rstudio-shiny", - "version": "1.7.5-alpha.1", + "version": "1.7.5-1", "license": "GPL-3.0-only", "main": "", "browser": "",