We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7187c74 commit 476812bCopy full SHA for 476812b
1 file changed
package.json
@@ -26,7 +26,8 @@
26
"mathjs": "7.5.1",
27
"stream-to-array": "^2.3.0",
28
"table": "^5.4.6",
29
- "xlsx": "^0.16.7"
+ "xlsx": "^0.16.7",
30
+ "@babel/runtime": "^7.12.13"
31
},
32
"scripts": {
33
"test": "nyc mocha --require @babel/register danfojs/tests/*",
@@ -67,7 +68,6 @@
67
68
"@babel/plugin-transform-runtime": "^7.12.10",
69
"@babel/preset-env": "^7.10.4",
70
"@babel/register": "^7.10.1",
- "@babel/runtime": "^7.12.13",
71
"babel-loader": "^8.1.0",
72
"chai": "^4.2.0",
73
"coveralls": "^3.1.0",
0 commit comments