File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ React component to build [cron](https://ru.wikipedia.org/wiki/Cron) expression
55```` bash
66npm install --save react-cron-builder
77````
8+ ## demo
9+ [ Live demo] ( https://one-more.github.io/react-cron-builder/ )
810
911## usage
1012```` ecmascript 6
Original file line number Diff line number Diff line change 2323 },
2424 "devDependencies" : {
2525 "@kadira/storybook" : " ^2.35.3" ,
26+ "@kadira/storybook-deployer" : " ^1.2.0" ,
2627 "autoprefixer" : " ^6.7.7" ,
2728 "babel-core" : " *" ,
2829 "babel-eslint" : " ^7.2.2" ,
6465 "test" : " jest --coverage" ,
6566 "storybook" : " start-storybook -p 6006" ,
6667 "build-storybook" : " build-storybook" ,
67- "build" : " cross-env NODE_ENV=production webpack --progress -p"
68+ "build" : " cross-env NODE_ENV=production webpack --progress -p" ,
69+ "deploy-storybook" : " storybook-to-ghpages"
6870 },
6971 "jest" : {
7072 "modulePaths" : [
You can’t perform that action at this time.
0 commit comments