This commit is contained in:
bradyn
2020-11-17 08:12:22 -06:00
parent 668c6740e7
commit 25e1972242
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "pokemon-tcg-sdk-typescript",
"version": "1.2.5",
"version": "1.2.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.2.5",
"version": "1.2.6",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",

View File

@ -1,6 +1,6 @@
{
"name": "pokemon-tcg-sdk-typescript",
"version": "1.2.5",
"version": "1.2.6",
"description": "Typescript SDK for the PokemonTCG API (https://pokemontcg.io)",
"main": "dist/index.js",
"types": "dist/index.d.ts",