Skip to content

Commit

Permalink
[Dev Deps] pin core-js v3 to < v3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 6, 2021
1 parent bd11a2a commit 5f6cc2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -39,12 +39,11 @@
"bugs": {
"url": "https://github.com/inspect-js/is-generator-function/issues"
},
"dependencies": {},
"devDependencies": {
"@ljharb/eslint-config": "^17.5.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"core-js": "^2.6.5 || ^3",
"core-js": "^2.6.5 || ^3 <3.9",
"eslint": "^7.19.0",
"make-generator-function": "^2.0.0",
"nyc": "^10.3.2",
Expand Down

0 comments on commit 5f6cc2a

Please sign in to comment.