Update package name for easier use

This commit is contained in:
CptSpaceToaster
2019-10-12 13:42:55 -04:00
parent 5830c35f35
commit 94cfed900d
13 changed files with 28 additions and 90 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pokemon-tcg-sdk-typescript",
"version": "1.2.1",
"version": "1.2.2",
"description": "Typescript SDK for the PokemonTCG API (https://pokemontcg.io)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -12,7 +12,7 @@
],
"scripts": {
"test": "mocha --reporter spec --require ts-node/register 'src/**/*.test.ts'",
"build" : "tsc"
"build": "tsc"
},
"author": "Bradyn Glines",
"repository": {