Skip to content

Commit 8c5495b

Browse files
authored
fix(npm): browser bundle (ccxt#22566)
* fix(npm): browser bundle * fix npmignore
1 parent 7ae5cf8 commit 8c5495b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.npmignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ js/src/pro/test/**/*
1818

1919
#Ignore browser bundle
2020
dist/ccxt.browser.js
21-
dist/ccxt.browser.min.js
22-
dist/ccxt.browser.min.js.LICENSE.txt
21+
!dist/ccxt.browser.min.js
22+
!dist/ccxt.browser.min.js.LICENSE.txt

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ccxt",
33
"version": "4.3.28",
44
"description": "A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges",
5-
"unpkg": "dist/ccxt.browser.js",
5+
"unpkg": "dist/ccxt.browser.min.js",
66
"type": "module",
77
"exports": {
88
".": {

0 commit comments

Comments
 (0)