Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
fix(babel-node): make @babel/polyfill a main dependency (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMontane authored Jan 21, 2019
1 parent cd978e6 commit 5cc9209
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 @@ -39,7 +39,6 @@
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "7.2.3",
"algoliasearch-helper": "2.26.1",
"babel-core": "7.0.0-bridge.0",
Expand Down Expand Up @@ -72,6 +71,7 @@
"webpack-cli": "3.2.1"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"algolia-aerial": "^1.5.3",
"algoliasearch": "^3.31.0",
"autocomplete.js": "^0.35.0",
Expand Down

0 comments on commit 5cc9209

Please sign in to comment.