File tree Expand file tree Collapse file tree 5 files changed +1124
-570
lines changed Expand file tree Collapse file tree 5 files changed +1124
-570
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 @@ -13,3 +13,4 @@ after_success:
1313branches :
1414 except :
1515 - /^v\d+\.\d+\.\d+$/
16+
Original file line number Diff line number Diff line change 1919 "prepush" : " npm test" ,
2020 "prepublish" : " npm run lint && flow && npm test && npm run build" ,
2121 "open:coverage" : " open coverage/lcov-report/index.html" ,
22- "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
22+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
23+ "storybook" : " start-storybook -p 6006" ,
24+ "build-storybook" : " build-storybook"
2325 },
2426 "config" : {
2527 "mocha" : " --compilers js:babel-core/register -r jsdom-global/register ./test/**.js" ,
5456 "homepage" : " https://github.com/jedwards1211/react-library-skeleton#readme" ,
5557 "devDependencies" : {
5658 "@jedwards1211/eslint-config-flow" : " ^1.0.0" ,
57- "@jedwards1211/eslint-config-react" : " ^2.0.0 " ,
58- "@kadira/ storybook" : " ^2.35.2 " ,
59+ "@jedwards1211/eslint-config-react" : " ^2.0.1 " ,
60+ "@storybook/react " : " ^3.1.6 " ,
5961 "babel-cli" : " ^6.22.2" ,
6062 "babel-core" : " ^6.22.1" ,
6163 "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