File tree Expand file tree Collapse file tree 5 files changed +1198
-804
lines changed Expand file tree Collapse file tree 5 files changed +1198
-804
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 44 - node_modules
55notifications :
66 email : false
7- node_js :
8- - ' 7'
9- - ' 6'
10- - ' 4'
7+ node_js : 7
118before_script :
129 - npm prune
1310script :
@@ -17,3 +14,4 @@ after_success:
1714branches :
1815 except :
1916 - /^v\d+\.\d+\.\d+$/
17+
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" ,
5557 "homepage" : " https://github.com/jedwards1211/react-library-skeleton#readme" ,
5658 "devDependencies" : {
5759 "@jedwards1211/eslint-config-flow" : " ^1.0.0" ,
58- "@jedwards1211/eslint-config-react" : " ^2.0.0 " ,
59- "@kadira/ storybook" : " ^2.35.2 " ,
60+ "@jedwards1211/eslint-config-react" : " ^2.0.1 " ,
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