Skip to content

Commit 8a6f7cb

Browse files
committed
2.0.3
* PokeAPI explorer
1 parent 870f02e commit 8a6f7cb

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
[![NPM version][npm-image]][npm-url]
44

55
_This project is a fork of https://github.com/PokeAPI/sprites
6-
to publish SVG and GIF on npmjs.org and https://unpkg.com CDN_
6+
to publish SVG and GIF on [npmjs.org](https://npmjs.org) and [unpkg.com](https://unpkg.com) CDN_
77

8-
https://unpkg.com/pokeapi-sprites@2.0.2/sprites/pokemon/other/dream-world/87.svg
8+
https://unpkg.com/pokeapi-sprites@2.0.3/sprites/pokemon/other/dream-world/87.svg
9+
10+
Sample of use : [PokéAPI Explorer]([PokeApi-explorer-url])
11+
[![PokéAPI Explorer][PokeApi-explorer-image]][PokeApi-explorer-url]
912

10-
<img src="https://unpkg.com/pokeapi-sprites@2.0.2/sprites/pokemon/other/dream-world/25.svg" alt="pikachu"/>
1113

1214
<hr/>
1315

@@ -269,3 +271,5 @@ We would like to thank the [Smogon community](https://www.smogon.com/) for allow
269271

270272
[npm-image]: https://img.shields.io/npm/v/pokeapi-sprites.svg
271273
[npm-url]: https://npmjs.org/package/pokeapi-sprites
274+
[PokeApi-explorer-image]: https://unpkg.com/css-chain-test@1.0.7/src/PokeApi-Explorer.png
275+
[PokeApi-explorer-url]: https://unpkg.com/css-chain-test@1.0.7/src/PokeApi-Explorer.html

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pokeapi-sprites",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "pokemon SVG and GIF for https://pokeapi.co",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)