diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60bacc2..0418c98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,11 +22,11 @@ jobs: node-version: 20.x cache: npm - - name: Install Demo dependencies + - name: Install dependencies run: npm install - - name: Demo Prettier + - name: Prettier run: npm run fmt-check - - name: Demo Build + - name: Build run: npm run build diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a45b7d2..a3c7884 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,10 +21,10 @@ jobs: node-version: 20.x cache: npm - - name: Install Demo dependencies + - name: Install dependencies run: npm install - - name: Demo Build + - name: Build run: npm run build - name: Deploy uses: JamesIves/github-pages-deploy-action@v4 diff --git a/README.md b/README.md index ddd84eb..dd63627 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ npm start ``` ## 🚴 Components availables for reuse + - ✍️ [afrim-input](packages/afrim-input): A js library who allow you to easily reuse the afrim on any text field. ## License @@ -32,4 +33,3 @@ Licensed under MIT license ([LICENSE](LICENSE) or http://opensource.org/licenses ### Contribution We are open for contribution. - diff --git a/package-lock.json b/package-lock.json index a0cd029..0a64ea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3531,9 +3531,6 @@ "webpack-cli": "^5.1.4" } }, - "packages/afrim-input/dist": { - "extraneous": true - }, "packages/afrim-playground": { "license": "MIT", "dependencies": { diff --git a/packages/afrim-input/README.md b/packages/afrim-input/README.md index 06c3aa4..2abe5b5 100644 --- a/packages/afrim-input/README.md +++ b/packages/afrim-input/README.md @@ -11,6 +11,7 @@ ## 🚀 Usage + In its simplest case, `afrim-input` can be initialised with a single line of Javascript: ```js @@ -31,4 +32,3 @@ Licensed under MIT license ([LICENSE](LICENSE) or http://opensource.org/licenses ### Contribution We are open for contribution. - diff --git a/packages/afrim-playground/src/index.html b/packages/afrim-playground/src/index.html index 35c1468..cd76a5c 100644 --- a/packages/afrim-playground/src/index.html +++ b/packages/afrim-playground/src/index.html @@ -199,10 +199,7 @@

Keyboard shortcuts

- +