diff --git a/.npmignore b/.npmignore index 060cb5e6a86a5d83352e6fafb8810e29e5892f7d..bb863c04c28395048de4a1369fee600143874684 100644 --- a/.npmignore +++ b/.npmignore @@ -22,4 +22,5 @@ tempackage.json Dropzone-ui.txt CODE_OF_CONDICT.md CONTRIBUTING.md -hidden \ No newline at end of file +hidden +CODE_OF_CONDUCT \ No newline at end of file diff --git a/README.md b/README.md index 26f398010c834e33d217dbc09aa8324fcbde97a2..7128f385f999df9e0015cfbd9a6c30a63319f212 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -<a href="https://files-ui.vercel.app"> +<a href="https://www.files-ui.com"> <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://files-ui.vercel.app"> +<a href="https://www.files-ui.com"> <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](https://files-ui.vercel.app/usage#quick-start) :cake: -- [Advanced sample](https://files-ui.vercel.app/usage#advanced-example) :hammer: +- [Basic sample](https://www.files-ui.com/usage#quick-start) :cake: +- [Advanced sample](https://www.files-ui.com/usage#advanced-example) :hammer: ## More Previews diff --git a/open-vs-code-here.cmd b/open-vs-code-here.cmd deleted file mode 100644 index 952130940b3916f4eb16f9cd32fd92dfdfc580fa..0000000000000000000000000000000000000000 --- a/open-vs-code-here.cmd +++ /dev/null @@ -1 +0,0 @@ -code . && exit \ No newline at end of file diff --git a/package.json b/package.json index 47026c84df2a8b3ab3a19baae7133f7a3c03aed0..e2e936adf769d4eb0f4579845043ef1ae32b4583 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@files-ui/react", - "version": "1.0.2", + "version": "1.0.3", "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://files-ui.vercel.app", + "homepage": "https://www.files-ui.com", "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1",