Skip to content

Commit 3dfde8a

Browse files
committed
rev 2.0.1
1 parent 328cb90 commit 3dfde8a

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PokéAPI Sprites <a href="https://pokeapi.co/api/v2/pokemon/smeargle"><img src='https://veekun.com/dex/media/pokemon/global-link/235.png' height=50px/></a>
22

3-
This project is a fork of https://github.com/PokeAPI/sprites to publish it on npmjs.org and https://unpkg.com CDN
3+
This project is a fork of https://github.com/PokeAPI/sprites to publish SVG and GIF on npmjs.org and https://unpkg.com CDN
44

55

66
To save load on PokéAPI, we host all the sprite images here.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pokeapi-sprites",
33
"version": "2.0.1",
4-
"description": "pokemon sprites",
4+
"description": "pokemon SVG and GIF for https://pokeapi.co",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -14,9 +14,13 @@
1414
"pokemon",
1515
"pokeapi",
1616
"svg",
17-
"png"
17+
"gif"
1818
],
19-
"author": "PokeAPI",
19+
"author": {
20+
"name": "Sasha Firsov",
21+
"email": "suns@simulationworks.com",
22+
"url": "https://blog.firsov.net/"
23+
},
2024
"license": "ISC",
2125
"bugs": {
2226
"url": "https://github.com/PokeAPI/sprites/issues"

0 commit comments

Comments
 (0)