Skip to content

Commit

Permalink
😒 chore(deps): Remove unused core-js.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Sep 2, 2020
1 parent da2c8e3 commit ee32ed9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"concurrency": 8,
"timeout": "1m",
"require": [
"core-js/stable",
"regenerator-runtime/runtime",
"@babel/register"
]
Expand All @@ -36,7 +35,6 @@
"@aureooms/js-grammar": "^8.0.0",
"@aureooms/js-itertools": "^4.1.0",
"@aureooms/js-tape": "^7.0.0",
"core-js": "^3.6.5",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env node

import 'core-js/stable' ;
import 'regenerator-runtime/runtime' ;


Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1865,11 +1865,6 @@ core-js-compat@^3.6.2:
browserslist "^4.8.5"
semver "7.0.0"

core-js@^3.6.5:
version "3.6.5"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==

core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand Down

0 comments on commit ee32ed9

Please sign in to comment.