diff --git a/README.md b/README.md index 775344487c..e5a4abf824 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PokéAPI Sprites - This project is a fork of https://github.com/PokeAPI/sprites to publish it on npmjs.org and https://unpkg.com CDN + This project is a fork of https://github.com/PokeAPI/sprites to publish SVG and GIF on npmjs.org and https://unpkg.com CDN To save load on PokéAPI, we host all the sprite images here. diff --git a/package.json b/package.json index f0010f580a..ea9ca04ec4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pokeapi-sprites", "version": "2.0.1", - "description": "pokemon sprites", + "description": "pokemon SVG and GIF for https://pokeapi.co", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -14,9 +14,13 @@ "pokemon", "pokeapi", "svg", - "png" + "gif" ], - "author": "PokeAPI", + "author": { + "name": "Sasha Firsov", + "email": "suns@simulationworks.com", + "url": "https://blog.firsov.net/" + }, "license": "ISC", "bugs": { "url": "https://github.com/PokeAPI/sprites/issues"