Skip to content

Commit 476812b

Browse files
committed
Add babel/runtime to package
1 parent 7187c74 commit 476812b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"mathjs": "7.5.1",
2727
"stream-to-array": "^2.3.0",
2828
"table": "^5.4.6",
29-
"xlsx": "^0.16.7"
29+
"xlsx": "^0.16.7",
30+
"@babel/runtime": "^7.12.13"
3031
},
3132
"scripts": {
3233
"test": "nyc mocha --require @babel/register danfojs/tests/*",
@@ -67,7 +68,6 @@
6768
"@babel/plugin-transform-runtime": "^7.12.10",
6869
"@babel/preset-env": "^7.10.4",
6970
"@babel/register": "^7.10.1",
70-
"@babel/runtime": "^7.12.13",
7171
"babel-loader": "^8.1.0",
7272
"chai": "^4.2.0",
7373
"coveralls": "^3.1.0",

0 commit comments

Comments
 (0)