Skip to content

Commit bf56471

Browse files
author
Mathieu Davy
committed
fix: update exports of danfojs-browser
1 parent 7638681 commit bf56471

2 files changed

Lines changed: 7 additions & 18086 deletions

File tree

src/danfojs-browser/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
"name": "danfojs",
33
"version": "1.1.2",
44
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
5-
"main": "dist/danfojs-browser/src/index.js",
6-
"types": "dist/danfojs-browser/src/index.d.ts",
7-
"module": "lib/bundle-esm.js",
5+
"exports": {
6+
".": {
7+
"types": "./dist/danfojs-browser/src/index.d.ts",
8+
"node": "./dist/danfojs-browser/src/index.js",
9+
"default": "./lib/bundle.esm.js"
10+
}
11+
},
812
"directories": {
913
"test": "tests"
1014
},

0 commit comments

Comments
 (0)