package.json

Removed un-used scripts section and removed trailing comma
This commit is contained in:
Bradyn Glines
2018-01-20 20:59:52 -07:00
parent af456af80a
commit 5a3a99be3b
2 changed files with 0 additions and 29 deletions

View File

@ -4,9 +4,6 @@
"description": "Typescript SDK for the PokemonTCG API (https://api.pokemontcg.io)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"PokemonTCG",
"Typescript",