diff --git a/package-lock.json b/package-lock.json index 882b140..83d83f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pokemon-tcg-sdk-typescript", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4f943a8..d87717f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokemon-tcg-sdk-typescript", - "version": "1.0.3", + "version": "1.1.0", "description": "Typescript SDK for the PokemonTCG API (https://pokemontcg.io)", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -11,9 +11,13 @@ "SDK" ], "scripts": { - "test": "mocha --reporter spec --require ts-node/register 'src/**/*.test.ts'" + "test": "mocha --reporter spec --require ts-node/register 'src/**/*.test.ts'", + "build" : "tsc" }, "author": "Bradyn Glines", + "contributors": [ + "CptSpaceToaster" + ], "license": "MIT", "dependencies": { "axios": "^0.19.0",