👓 Updating package and README version control

pull/43/head
capitanwesler 4 years ago
parent 533ae5da2d
commit 4f2bbbd417

@ -1,4 +1,4 @@
# **Aruppi API** (v4.0.2)
# **Aruppi API** (v4.0.3)
> This API has everything about Japan, from anime, music, radio, images, videos ... to japanese culture
>
@ -59,10 +59,10 @@ In order to install the project and all dependencies, enter in the project folde
### Start the project
```bash
npm start
```
```bash
yarn start
```
@ -72,6 +72,7 @@ yarn start
```bash
npm build
```
```bash
yarn build
```

8109
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
{
"name": "aruppi",
"version": "4.0.2",
"version": "4.0.3",
"description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app",
"main": "./src/api/api.ts",
"scripts": {

Loading…
Cancel
Save