Skip to content

Commit

Permalink
fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
itxtoledo committed Aug 9, 2023
1 parent 73e6468 commit 2be273e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coinsamba/js-exchanges-connector",
"description": "Collection of JavaScript implementations of cryptocurrency exchange APIs",
"version": "2.0.7",
"version": "2.0.8",
"repository": "git@github.com:coinsambacom/js-exchanges-connector.git",
"author": "Gustavo <gustavo@obex.pw>",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"unpkg": "./dist/index.umd.js",
"files": [
"dist/**.js*",
"types/**/*.ts"
"typings/**/*.ts"
],
"scripts": {
"prepare": "yarn run --silent build",
Expand Down

0 comments on commit 2be273e

Please sign in to comment.