Skip to content

Commit 1eb2612

Browse files
committed
feat: update infra
1 parent 7c209a6 commit 1eb2612

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ before_script:
1414
- PATH=${PATH//:\.\/node_modules\/\.bin/}
1515
after_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"
1920
branches:
2021
only:
2122
- master

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-present Yuki Zhang
3+
Copyright (c) 2017-present foryuki
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

examples/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
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",
@@ -31,9 +30,7 @@
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
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { Sample as default } from './Sample'
21
import './styles.scss'
2+
export { Sample as default } from './Sample'

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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

0 commit comments

Comments
 (0)