Skip to content

Commit 15c36b5

Browse files
authored
Merge branch 'react-component:master' into fix-hotbug_online
2 parents 542ca8e + 699bd72 commit 15c36b5

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ React Upload
88
[npm-url]: http://npmjs.org/package/@rc-component/upload
99
[travis-image]: https://img.shields.io/travis/react-component/upload/master?style=flat-square
1010
[travis-url]: https://travis-ci.com/react-component/upload
11-
[github-actions-image]: https://github.com/react-component/upload/workflows/CI/badge.svg
12-
[github-actions-url]: https://github.com/react-component/upload/actions
11+
[github-actions-image]: https://github.com/react-component/upload/actions/workflows/react-component-ci.yml/badge.svg
12+
[github-actions-url]: https://github.com/react-component/upload/actions/workflows/react-component-ci.yml
1313
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/upload/master.svg?style=flat-square
1414
[codecov-url]: https://app.codecov.io/gh/react-component/upload
15-
[david-url]: https://david-dm.org/react-component/upload
16-
[david-image]: https://david-dm.org/react-component/upload/status.svg?style=flat-square
17-
[david-dev-url]: https://david-dm.org/react-component/upload?type=dev
18-
[david-dev-image]: https://david-dm.org/react-component/upload/dev-status.svg?style=flat-square
1915
[download-image]: https://img.shields.io/npm/dm/@rc-component/upload.svg?style=flat-square
2016
[download-url]: https://npmjs.org/package/@rc-component/upload
2117
[bundlephobia-url]: https://bundlephobia.com/package/@rc-component/upload

vercel.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"version": 2,
4+
"name": "@rc-component/upload",
5+
"builds": [
6+
{
7+
"src": "package.json",
8+
"use": "@vercel/static-build",
9+
"config": {
10+
"distDir": "dist"
11+
}
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)