File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed
Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments