Skip to content

Commit

Permalink
rev 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sashafirsov committed Dec 4, 2021
1 parent 328cb90 commit 3dfde8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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>

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.
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -14,9 +14,13 @@
"pokemon",
"pokeapi",
"svg",
"png"
"gif"
],
"author": "PokeAPI",
"author": {
"name": "Sasha Firsov",
"email": "[email protected]",
"url": "https://blog.firsov.net/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/PokeAPI/sprites/issues"
Expand Down

0 comments on commit 3dfde8a

Please sign in to comment.