Skip to content

Commit

Permalink
feat: moved to npm:1forall
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Piętal committed May 22, 2024
1 parent ee992d3 commit a193667
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### TypeScript gamedev library inspired by Unity

[<img src="https://img.shields.io/npm/v/oneforall?style=for-the-badge&color=success" alt="npm version" />](https://www.npmjs.com/package/oneforall?activeTab=versions)
[<img src="https://img.shields.io/npm/v/1forall?style=for-the-badge&color=success" alt="npm version" />](https://www.npmjs.com/package/1forall?activeTab=versions)
[<img src="https://img.shields.io/circleci/build/github/Prozi/oneforall/main?style=for-the-badge" alt="build status" />](https://app.circleci.com/pipelines/github/Prozi/oneforall)
[<img src="https://img.shields.io/npm/l/oneforall.svg?style=for-the-badge&color=success" alt="license: MIT" />](https://github.com/Prozi/oneforall/blob/master/LICENSE)
[<img src="https://img.shields.io/npm/l/1forall.svg?style=for-the-badge&color=success" alt="license: MIT" />](https://github.com/Prozi/oneforall/blob/master/LICENSE)

## Demo

Expand Down Expand Up @@ -179,7 +179,7 @@ export function updateSprite(gameObject: TGameObject, deltaTime: number): void {
## Installation

```bash
npm i oneforall -D
npm i 1forall -D
```

## We also have tests
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ <h3>
>
</h3>
<p>
<a href="https://www.npmjs.com/package/oneforall?activeTab=versions"
<a href="https://www.npmjs.com/package/1forall?activeTab=versions"
><img
src="https://img.shields.io/npm/v/oneforall?style=for-the-badge&color=success"
src="https://img.shields.io/npm/v/1forall?style=for-the-badge&color=success"
alt="npm version"
/></a>
<a href="https://app.circleci.com/pipelines/github/Prozi/oneforall"
Expand All @@ -94,7 +94,7 @@ <h3>
/></a>
<a href="https://github.com/Prozi/oneforall/blob/main/LICENSE"
><img
src="https://img.shields.io/npm/l/oneforall.svg?style=for-the-badge&color=success"
src="https://img.shields.io/npm/l/1forall.svg?style=for-the-badge&color=success"
alt="license: MIT"
/></a>
</p>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h2>
</ul>
<a id="md:installation" class="tsd-anchor"></a>
<h2><a href="#md:installation">Installation</a></h2>
<pre><code class="language-bash"><span class="hl-3">npm</span><span class="hl-0"> </span><span class="hl-7">i</span><span class="hl-0"> </span><span class="hl-7">oneforall</span><span class="hl-0"> </span><span class="hl-4">-D</span>
<pre><code class="language-bash"><span class="hl-3">npm</span><span class="hl-0"> </span><span class="hl-7">i</span><span class="hl-0"> </span><span class="hl-9">1</span><span class="hl-7">forall</span><span class="hl-0"> </span><span class="hl-4">-D</span>
</code><button>Copy</button></pre>
<a id="md:we-also-have-tests" class="tsd-anchor"></a>
<h2><a href="#md:we-also-have-tests">We also have tests</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jacekpietal/oneforall",
"name": "1-for-all",
"description": "One For All - TypeScript gamedev library inspired by Unity",
"version": "9.0.2",
"main": "dist/index.js",
Expand Down

0 comments on commit a193667

Please sign in to comment.