File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed
Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ before_script:
1414 - PATH=${PATH//:\.\/node_modules\/\.bin/}
1515after_success :
1616 - npm run build
17+ - npm run coverage
1718 - npm install -g travis-deploy-once
18- - travis-deploy-once "npm run coverage && npm run semantic-release"
19+ - travis-deploy-once "npm run semantic-release"
1920branches :
2021 only :
2122 - master
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2017-present Yuki Zhang
3+ Copyright (c) 2017-present foryuki
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1515 "@storybook/addon-info" : " ^4.0.0-alpha.23" ,
1616 "@storybook/addon-options" : " ^4.0.0-alpha.23" ,
1717 "@storybook/react" : " ^4.0.0-alpha.23" ,
18- "@types/react-highlight" : " ^0.12.1" ,
1918 "@types/storybook__addon-actions" : " ^3.4.1" ,
2019 "@types/storybook__addon-info" : " ^3.4.2" ,
2120 "@types/storybook__react" : " ^3.0.9" ,
3130 },
3231 "dependencies" : {
3332 "react" : " ^16.1.1" ,
34- "react-copy-to-clipboard" : " ^5.0.1" ,
3533 "react-dom" : " ^16.1.1" ,
36- "react-highlight" : " ^0.12.0" ,
3734 "react-scripts" : " ^2.0.3"
3835 }
3936}
Original file line number Diff line number Diff line change 1- export { Sample as default } from './Sample'
21import './styles.scss'
2+ export { Sample as default } from './Sample'
Original file line number Diff line number Diff line change 1111 border-style : solid ;
1212 font-size : 14px ;
1313 border-radius : 1px ;
14- box-sizing : border-box ;
1514 text-align : center ;
15+ box-sizing : border-box ;
1616 font-family : $font-family ;
1717 cursor : pointer ;
1818
You can’t perform that action at this time.
0 commit comments