From c08b986013b4437a67304bd9c1f86fe4a016e1c3 Mon Sep 17 00:00:00 2001 From: Cornelius Wichering Date: Wed, 13 Sep 2023 14:12:14 +0200 Subject: [PATCH] Fix dependency on functions-have-names --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4171bad..5139232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "regexp.prototype.flags", - "version": "1.5.1", + "version": "1.5.2", "author": "Jordan Harband ", "funding": { "url": "https://github.com/sponsors/ljharb" @@ -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": { @@ -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",