Skip to content

Commit 1cb4117

Browse files
committed
[REF]: In the meanwhile update to vercel domain page
1 parent 9d3e87f commit 1cb4117

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://www.files-ui.com">
1+
<a href="https://files-ui.vercel.app">
22
<p align="center">
33
<img src="https://user-images.githubusercontent.com/43678736/226257748-6ba2f8cf-59c5-40d1-a545-a388ddab0f68.png" width="150" height="150" alt="fui-logo"/>
44
</p>
@@ -18,7 +18,7 @@ UI components for file uploads with [React js](https://react.dev/).
1818
</div>
1919

2020
<p align="center">
21-
<a href="https://www.files-ui.com">
21+
<a href="https://files-ui.vercel.app">
2222
<img src="https://user-images.githubusercontent.com/43678736/228052494-99d970c0-1eb7-42c6-b22c-8c2295b8dc4a.gif" width="80%" alt="fui-logo"/>
2323
</a>
2424
</p>
@@ -66,8 +66,8 @@ ReactDOM.render(<App />, document.querySelector("#app"));
6666

6767
Yes, it's really all you need to get started as you can see in these live and interactive demos:
6868

69-
- [Basic sample](http://localhost:3000/usage#quick-start) :cake:
70-
- [Advanced sample](http://www.files-ui.com/usage#advanced-example) :hammer:
69+
- [Basic sample](https://files-ui.vercel.app/usage#quick-start) :cake:
70+
- [Advanced sample](https://files-ui.vercel.app/usage#advanced-example) :hammer:
7171

7272
## More Previews
7373

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@files-ui/react",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "UI components for file uploads with React js",
55
"main": "./build/index.js",
66
"module": "./build/index.es.js",
@@ -42,7 +42,7 @@
4242
"bugs": {
4343
"url": "https://github.com/files-ui/files-ui-react/issues"
4444
},
45-
"homepage": "https://www.files-ui.com",
45+
"homepage": "https://files-ui.vercel.app",
4646
"devDependencies": {
4747
"@rollup/plugin-commonjs": "^24.0.1",
4848
"@rollup/plugin-node-resolve": "^15.0.1",
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {
6969
"@dynamicss/dynamicss": "^2.2.8",
70-
"@files-ui/core": "^1.0.0"
70+
"@files-ui/core": "latest"
7171
},
7272
"publishConfig": {
7373
"access": "public"

0 commit comments

Comments
 (0)