Skip to content

Commit

Permalink
Merge pull request #11 from noook/fix/core-js
Browse files Browse the repository at this point in the history
fix: add core-js to dependencies
  • Loading branch information
noook authored Apr 10, 2022
2 parents 5953c11 + 636959b commit 236ada9
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 @@ -50,7 +50,6 @@
"babel-loader": "^8.2.4",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"core-js": "^3.21.1",
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"eslint-config-airbnb-typescript": "^17.0.0",
Expand All @@ -64,6 +63,7 @@
},
"dependencies": {
"chalk": "^4.1.2",
"core-js": "^3.21.1",
"dotenv": "^16.0.0",
"inquirer": "^8.2.2",
"instagram-private-api": "^1.45.3",
Expand Down

0 comments on commit 236ada9

Please sign in to comment.