This commit is contained in:
Florian Bouillon 2021-06-29 17:25:25 +02:00
parent 81200aede7
commit 95196ce551
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@tcgdex/sdk",
"version": "2.3.1",
"version": "2.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@tcgdex/sdk",
"version": "2.3.1",
"version": "2.4.0",
"license": "MIT",
"dependencies": {
"isomorphic-unfetch": "^3.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@tcgdex/sdk",
"version": "2.3.1",
"version": "2.4.0",
"main": "./dist/cjs/tcgdex.node.js",
"types": "./dist/types/tcgdex.d.ts",
"repository": "https://github.com/tcgdex/javascript-sdk.git",