Skip to content

Commit

Permalink
update storybook config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Dec 8, 2019
1 parent 62d95ab commit 753affc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ import { withKnobs } from '@storybook/addon-knobs';

addParameters({
options: {
/**
* name to display in the top left corner
* @type {String}
*/
name: 'React Mighty Mouse 🐭',
/**
* display panel that shows addon configurations
* @type {Boolean}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-hook-mighty-mouse",
"version": "1.4.27",
"version": "1.4.28",
"description": "React mouse hook",
"main": "./dist/react-hook-mighty-mouse.umd.js",
"module": "./dist/react-hook-mighty-mouse.es5.js",
Expand Down

0 comments on commit 753affc

Please sign in to comment.