Skip to content

Commit

Permalink
fix: updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
mnik01 committed Feb 24, 2024
1 parent f9cc39d commit 628d275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-render-modes",
"version": "0.0.1",
"version": "0.0.2",
"description": "Storybook addon that adds ability to change render mode of a story",
"keywords": [
"storybook-addons",
Expand Down
2 changes: 1 addition & 1 deletion src/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Tool } from './Tool';
// @ts-expect-error idk why deprecated
addons.register(ADDON_ID, () => addons.add(TOOL_ID, {
type: types.TOOL,
title: 'Render Modes',
title: 'storybook-addon-render-modes',
match: ({ viewMode }) => !!(viewMode && viewMode.match(/^(story|docs)$/)),
render: Tool,
}));

0 comments on commit 628d275

Please sign in to comment.