Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit 4816a62

Browse files
committed
Merge branch 'hotfix/polyfill'
2 parents 30e67ef + 37f66f6 commit 4816a62

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@
5555
"uglifyjs": "^2.4.10",
5656
"webpack": "^1.13.1"
5757
},
58-
"dependencies": {}
59-
}
58+
"dependencies": {
59+
"babel-polyfill": "^6.13.0"
60+
}

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import 'babel-polyfill';
2+
13
import DataFrame from './dataframe.js';
24
import Row from './row.js';
35
import Stat from './modules/stat.js';

0 commit comments

Comments
 (0)