File tree Expand file tree Collapse file tree 4 files changed +1192
-796
lines changed Expand file tree Collapse file tree 4 files changed +1192
-796
lines changed Original file line number Diff line number Diff line change 1- import { configure } from '@kadira/ storybook' ;
1+ import { configure } from '@storybook/react ' ;
22
33function loadStories ( ) {
44 require ( '../stories' ) ;
Original file line number Diff line number Diff line change 2020 "prepush" : " npm test" ,
2121 "prepublish" : " npm run lint && flow && npm test && npm run build && npm run copy-flow-files" ,
2222 "open:coverage" : " open coverage/lcov-report/index.html" ,
23- "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
23+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
24+ "storybook" : " start-storybook -p 6006" ,
25+ "build-storybook" : " build-storybook"
2426 },
2527 "config" : {
2628 "mocha" : " --compilers js:babel-core/register -r jsdom-global/register ./test/**.js" ,
5658 "devDependencies" : {
5759 "@jedwards1211/eslint-config-flow" : " ^1.0.0" ,
5860 "@jedwards1211/eslint-config-react" : " ^2.0.0" ,
59- "@kadira/ storybook" : " ^2.35.2 " ,
61+ "@storybook/react " : " ^3.1.6 " ,
6062 "babel-cli" : " ^6.22.2" ,
6163 "babel-core" : " ^6.22.1" ,
6264 "babel-eslint" : " ^7.1.1" ,
Original file line number Diff line number Diff line change 11import React from 'react'
2- import { storiesOf } from '@kadira/ storybook'
2+ import { storiesOf } from '@storybook/react '
33import Hello from '../src/index'
44
55storiesOf ( 'react-library-skeleton' , module )
You can’t perform that action at this time.
0 commit comments