Revert "Add v2 Migration"
This commit is contained in:
27
package.json
27
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pokemon-tcg-sdk-typescript",
|
||||
"version": "2.0.0",
|
||||
"version": "1.2.6",
|
||||
"description": "Typescript SDK for the PokemonTCG API (https://pokemontcg.io)",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -11,10 +11,7 @@
|
||||
"SDK"
|
||||
],
|
||||
"scripts": {
|
||||
"format": "prettier --config .prettierrc.json 'src/**/*.ts' --write",
|
||||
"lint": "eslint . --ext .ts",
|
||||
"lint-and-fix": "eslint . --ext .ts --fix",
|
||||
"test": "jest",
|
||||
"test": "mocha --reporter spec --require ts-node/register 'coverage/**/*.test.ts'",
|
||||
"build": "tsc"
|
||||
},
|
||||
"repository": {
|
||||
@ -25,24 +22,18 @@
|
||||
"Bradyn Glines (https://github.com/glinesbdev)",
|
||||
"CptSpaceToaster (https://github.com/CptSpaceToaster)",
|
||||
"Monbrey (https://github.com/Monbrey)",
|
||||
"Jonathan Meyer (https://github.com/jonathan-meyer)",
|
||||
"Elisabeth Diang (https://github.com/acupoftee)"
|
||||
"Jonathan Meyer (https://github.com/jonathan-meyer)"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "0.21.1"
|
||||
"axios": "^0.19.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "26.0.20",
|
||||
"@typescript-eslint/eslint-plugin": "4.17.0",
|
||||
"@typescript-eslint/parser": "4.17.0",
|
||||
"eslint": "7.22.0",
|
||||
"eslint-config-prettier": "8.1.0",
|
||||
"eslint-plugin-prettier": "3.3.1",
|
||||
"jest": "26.6.3",
|
||||
"prettier": "2.2.1",
|
||||
"ts-jest": "26.5.3",
|
||||
"ts-node": "4.1.0",
|
||||
"@types/chai": "^4.1.1",
|
||||
"@types/mocha": "^2.2.46",
|
||||
"chai": "^4.1.2",
|
||||
"mocha": "^8.2.1",
|
||||
"ts-node": "^4.1.0",
|
||||
"typescript": "4.1.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user