@lucasmod/pokemon.js 2.1.4 → 2.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -84,7 +84,7 @@ Abaixo estão os métodos principais disponíveis no objeto `Pokemon`:
|
|
|
84
84
|
## 🔗 Recursos e Links
|
|
85
85
|
|
|
86
86
|
* **NPM:** [https://www.npmjs.com/package/@lucasmod/pokemon.js] [3]
|
|
87
|
-
* **GitHub (Original):** [https://github.com/
|
|
87
|
+
* **GitHub (Original):** [https://github.com/Otakump4/pokemon.js.git] [4]
|
|
88
88
|
* **PokéAPI (Fonte de Dados):** [https://pokeapi.co/] [2]
|
|
89
89
|
|
|
90
90
|
---
|
|
@@ -120,4 +120,4 @@ Este projeto está licenciado sob a Licença **MIT**.
|
|
|
120
120
|
[1]: https://www.npmjs.com/package/pokemon.js "Pacote Original pokemon.js"
|
|
121
121
|
[2]: https://pokeapi.co/ "PokéAPI - The Pokémon API"
|
|
122
122
|
[3]: https://www.npmjs.com/package/@lucasmod/pokemon.js "NPM - @lucasmod/pokemon.js"
|
|
123
|
-
[4]: https://github.com/
|
|
123
|
+
[4]: https://github.com/Otakump4/pokemon.js.git "GitHub - Repositório"
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"test": "node ./module_test/test.js"
|
|
4
4
|
},
|
|
5
5
|
"name": "@lucasmod/pokemon.js",
|
|
6
|
-
"version": "2.1.
|
|
6
|
+
"version": "2.1.5",
|
|
7
7
|
"description": "Versão corrigida do pokemon.js com suporte a ESM e créditos para lucasmod",
|
|
8
8
|
"author": "lucasmod",
|
|
9
9
|
"license": "ISC",
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"main": "./src/index.js",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "git+https://github.com/
|
|
14
|
+
"url": "git+https://github.com/Otakump4/pokemon.js.git"
|
|
15
15
|
},
|
|
16
16
|
"bugs": {
|
|
17
|
-
"url": "https://github.com/
|
|
17
|
+
"url": "https://github.com/Otakump4/pokemon.js/issues"
|
|
18
18
|
},
|
|
19
|
-
"homepage": "
|
|
19
|
+
"homepage": "Otakump4.github.io/pokemon.js/",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"pokemon",
|
|
22
22
|
"pokeapi",
|