Skip to content

Commit

Permalink
Add babel/runtime to package
Browse files Browse the repository at this point in the history
  • Loading branch information
risenW committed Feb 14, 2021
1 parent 7187c74 commit 476812b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"mathjs": "7.5.1",
"stream-to-array": "^2.3.0",
"table": "^5.4.6",
"xlsx": "^0.16.7"
"xlsx": "^0.16.7",
"@babel/runtime": "^7.12.13"
},
"scripts": {
"test": "nyc mocha --require @babel/register danfojs/tests/*",
Expand Down Expand Up @@ -67,7 +68,6 @@
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.1",
"@babel/runtime": "^7.12.13",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
Expand Down

0 comments on commit 476812b

Please sign in to comment.