From a71c3ecc192b0618d1cf74c2d4608a6165f6f44f Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 10 Jun 2023 17:05:41 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 882dee5..8866f9c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "default": "./browser.js" }, "engines": { - "node": ">=16.0.0" + "node": ">=16" }, "scripts": { "test": "xo && ava && tsd"