Skip to content

Commit

Permalink
Fix dependency on functions-have-names
Browse files Browse the repository at this point in the history
  • Loading branch information
sne11ius authored Sep 13, 2023
1 parent ffb75fa commit c08b986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regexp.prototype.flags",
"version": "1.5.1",
"version": "1.5.2",
"author": "Jordan Harband <ljharb@gmail.com>",
"funding": {
"url": "https://github.com/sponsors/ljharb"
Expand Down Expand Up @@ -42,6 +42,7 @@
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"functions-have-names": "^1.2.3",
"set-function-name": "^2.0.0"
},
"devDependencies": {
Expand All @@ -54,7 +55,6 @@
"eclint": "^2.8.1",
"eslint": "=8.8.0",
"for-each": "^0.3.3",
"functions-have-names": "^1.2.3",
"has": "^1.0.3",
"has-strict-mode": "^1.0.1",
"in-publish": "^2.0.1",
Expand Down

0 comments on commit c08b986

Please sign in to comment.