From 5c7549960a3f30c533842b5de48543cfaed4e512 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 22 Jun 2023 00:50:57 -0400 Subject: [PATCH] Revert to nsolid@0.0.0. - Fixes Node.js 20.x issues. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 497a34f..a2248e5 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "klona": "^2.0.6", "mocha": "^10.2.0", "mocha-lcov-reporter": "^1.3.0", - "nsolid": "1.0.0", + "nsolid": "0.0.0", "nyc": "^15.1.0", "webpack": "^5.76.3" },