Skip to content

Commit

Permalink
replace the demo term and fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed Aug 20, 2024
1 parent 8758aa8 commit 5df974e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,4 +33,3 @@ Licensed under MIT license ([LICENSE](LICENSE) or http://opensource.org/licenses
### Contribution

We are open for contribution.

3 changes: 0 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/afrim-input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</div>

## 🚀 Usage

In its simplest case, `afrim-input` can be initialised with a single line of Javascript:

```js
Expand All @@ -31,4 +32,3 @@ Licensed under MIT license ([LICENSE](LICENSE) or http://opensource.org/licenses
### Contribution

We are open for contribution.

5 changes: 1 addition & 4 deletions packages/afrim-playground/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,7 @@ <h1 class="title">Keyboard shortcuts</h1>
</div>
<!-- Maybe your are wondering why we aren't using async and defer. -->
<!-- It's not yet supported by some webbrowsers -->
<script
type="text/javascript"
src="./index.js"
></script>
<script type="text/javascript" src="./index.js"></script>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", () => {
// Get all "navbar-burger" elements
Expand Down

0 comments on commit 5df974e

Please sign in to comment.