Skip to content

Commit

Permalink
Fix: correct types folder
Browse files Browse the repository at this point in the history
  • Loading branch information
itxtoledo committed Aug 9, 2023
1 parent 02719d9 commit 0f4f38c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@coinsamba/js-exchanges-connector",
"description": "Collection of JavaScript implementations of cryptocurrency exchange APIs",
"version": "2.0.5",
"version": "2.0.6",
"repository": "git@github.com:coinsambacom/js-exchanges-connector.git",
"author": "Gustavo <gustavo@obex.pw>",
"license": "MIT",
"private": false,
"type": "module",
"source": "src/index.ts",
"exports": {
"types": "./dist/index.d.ts",
"types": "./dist/types/index.d.ts",
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
},
"types": "./dist/index.d.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.js",
Expand Down

0 comments on commit 0f4f38c

Please sign in to comment.