mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-06-13 03:19:20 +00:00
Code Cleanup and Deprecation of unused public things (#11)
* Cleanup Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Deprecated Languages interface Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Fixed babel Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
"version": "2.4.0",
|
||||
"main": "./dist/cjs/tcgdex.node.js",
|
||||
"types": "./dist/types/tcgdex.d.ts",
|
||||
"description": "Communicate with the Open Source TCGdex API in Javascript/Typescript using the SDK",
|
||||
"repository": "https://github.com/tcgdex/javascript-sdk.git",
|
||||
"homepage": "https://github.com/tcgdex/javascript-sdk",
|
||||
"author": "Aviortheking",
|
||||
@ -23,6 +24,7 @@
|
||||
"@babel/core": "^7.14.6",
|
||||
"@babel/preset-env": "^7.14.7",
|
||||
"@babel/preset-typescript": "^7.14.5",
|
||||
"@dzeio/config": "^1.0.0",
|
||||
"@types/node-fetch": "^2.5.10",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.0",
|
||||
"@typescript-eslint/parser": "^4.28.0",
|
||||
|
Reference in New Issue
Block a user