Skip to content

Commit

Permalink
chore: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mahabubx7 committed Oct 20, 2024
1 parent fe2f4e3 commit 1f2dfea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
- next # For pre-releases
paths:
- "lib/**" # Source code

jobs:
release:
Expand Down
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

<div align="center">
<img src="https://img.shields.io/badge/TEST-PASSES-12A513?labelColor=107A77&style=flat&logo=vitest&logoColor=FFF" alt="TEST" />
<a href="https://badge.fury.io/js/akarjs"><img src="https://badge.fury.io/js/akarjs.svg" alt="npm version" height="18"></a>
<a href="https://hits.dwyl.com/mahabubx7/akar"><img src="https://hits.dwyl.com/mahabubx7/akar.svg" alt="hits" /></a>
<br />
<a href="https://www.npmjs.com/package/akarjs" target="_blank">
<img src="https://nodei.co/npm/akarjs.png?downloads=true&downloadRank=true&stars=true" alt="npm-link" />
</a>

<a href="https://hits.dwyl.com/mahabubx7/akar"><img src="https://hits.dwyl.com/mahabubx7/akar.svg" alt="hits" /></a>
<br />
<a href="https://www.npmjs.com/package/akarjs" target="_blank">
<img src="https://nodei.co/npm/akarjs.png?downloads=true&downloadRank=true&stars=true" alt="npm-link" />
</a>

</div>

<br />
Expand All @@ -19,9 +20,7 @@
### Installation

**npm**

```bash
```sh [npm]
npm install akarjs
```

Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"gh-pages": "^6.2.0",
"vitepress": "^1.4.1"
}
}

0 comments on commit 1f2dfea

Please sign in to comment.