From 14e973536fa94140d0e38bef45fa2974f7f02730 Mon Sep 17 00:00:00 2001 From: Jose Manuel Serrano Amaut <a20122128@pucp.pe> Date: Tue, 28 Mar 2023 00:15:44 -0500 Subject: [PATCH] [REF]: Improve readme and changelog files --- .github/workflows/node.js.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b7f0532..ddac1b3 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,5 +26,5 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm i react react-dom @files-ui/react + - run: npm ci - run: npm run test diff --git a/README.md b/README.md index 349d796..60c1a9f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ <h1 align="center">Files ui</h1> -UI components for file uploas with [React js](https://react.dev/). +UI components for file uploads with [React js](https://react.dev/). **Files UI** is a complete library for handling files in the UI. You can validate and upload them. <div align="center"> -- GitLab