Skip to content

Commit

Permalink
fix: include core-js as runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Aug 17, 2021
1 parent 04e91b6 commit edb5f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.15.0",
"core-js": "^3.16.0",
"regenerator-runtime": "^0.13.9"
},
"dependencies": {
"cbor": "^8.0.0",
"core-js": "^3.16.2",
"protocol-buffers": "^4.1.0",
"request": "^2.88.2",
"witnet-radon-js": "^0.8.4"
Expand Down

0 comments on commit edb5f62

Please sign in to comment.