From 00b6cc22a4adcdacb449234ff31890e9eb3059e8 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Tue, 7 Mar 2023 10:13:02 +0800 Subject: [PATCH] Try to break the cache again --- code/lib/manager-api/package.json | 2 +- code/lib/types/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/lib/manager-api/package.json b/code/lib/manager-api/package.json index 8d8401d802be..f15c6b106340 100644 --- a/code/lib/manager-api/package.json +++ b/code/lib/manager-api/package.json @@ -1,7 +1,7 @@ { "name": "@storybook/manager-api", "version": "7.0.0-beta.62", - "description": "Core Storybook API & Context", + "description": "Core Storybook Manager API & Context", "keywords": [ "storybook" ], diff --git a/code/lib/types/package.json b/code/lib/types/package.json index 51b729072084..b7476686de7c 100644 --- a/code/lib/types/package.json +++ b/code/lib/types/package.json @@ -1,7 +1,7 @@ { "name": "@storybook/types", "version": "7.0.0-beta.62", - "description": "Core Storybook Types", + "description": "Core Storybook TS Types", "keywords": [ "storybook" ],