Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"chromatic": "^5.6.2",
"classnames": "^2.2.5",
"eslint": "^5.5.0",
"eslint-plugin-import": "^2.14.0",
Expand Down Expand Up @@ -81,6 +82,7 @@
"storybook:watch": "start-storybook -p 6006",
"storybook": "build-storybook -c .storybook -o docs",
"test": "jest --no-cache",
"watch": "export NODE_ENV=development && rollup -c -w rollup.config.babel.js"
"watch": "export NODE_ENV=development && rollup -c -w rollup.config.babel.js",
"chromatic": "npx chromatic --project-token 54313058f880"
}
}
2 changes: 1 addition & 1 deletion stories/anatomy/avatar.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const AvatarPage = () => {
<div className='storybook__container'>
<span className='storybook__text storybook__title'>Avatar Initials</span>
<span className='storybook__text'>
Avatars are images with special properties.
Avatars are images with special things.
</span>
<span className='storybook__text'>
Besides inheriting the loading properties of an image,
Expand Down
Loading