From 1cb41179dd25211f1e2027748d18c3a998144ec5 Mon Sep 17 00:00:00 2001 From: Jose Manuel Serrano Amaut <a20122128@pucp.pe> Date: Tue, 28 Mar 2023 13:02:49 -0500 Subject: [PATCH] [REF]: In the meanwhile update to vercel domain page --- README.md | 8 ++++---- package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 60c1a9f..26f3980 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -<a href="https://www.files-ui.com"> +<a href="https://files-ui.vercel.app"> <p align="center"> <img src="https://user-images.githubusercontent.com/43678736/226257748-6ba2f8cf-59c5-40d1-a545-a388ddab0f68.png" width="150" height="150" alt="fui-logo"/> </p> @@ -18,7 +18,7 @@ UI components for file uploads with [React js](https://react.dev/). </div> <p align="center"> -<a href="https://www.files-ui.com"> +<a href="https://files-ui.vercel.app"> <img src="https://user-images.githubusercontent.com/43678736/228052494-99d970c0-1eb7-42c6-b22c-8c2295b8dc4a.gif" width="80%" alt="fui-logo"/> </a> </p> @@ -66,8 +66,8 @@ ReactDOM.render(<App />, document.querySelector("#app")); Yes, it's really all you need to get started as you can see in these live and interactive demos: -- [Basic sample](http://localhost:3000/usage#quick-start) :cake: -- [Advanced sample](http://www.files-ui.com/usage#advanced-example) :hammer: +- [Basic sample](https://files-ui.vercel.app/usage#quick-start) :cake: +- [Advanced sample](https://files-ui.vercel.app/usage#advanced-example) :hammer: ## More Previews diff --git a/package.json b/package.json index 96e018a..47026c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@files-ui/react", - "version": "1.0.0", + "version": "1.0.2", "description": "UI components for file uploads with React js", "main": "./build/index.js", "module": "./build/index.es.js", @@ -42,7 +42,7 @@ "bugs": { "url": "https://github.com/files-ui/files-ui-react/issues" }, - "homepage": "https://www.files-ui.com", + "homepage": "https://files-ui.vercel.app", "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", @@ -67,7 +67,7 @@ }, "dependencies": { "@dynamicss/dynamicss": "^2.2.8", - "@files-ui/core": "^1.0.0" + "@files-ui/core": "latest" }, "publishConfig": { "access": "public" -- GitLab