From 25b86ae3d5aa963cd4d8e94f08ee0667a3f37e0a Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Fri, 11 Oct 2024 11:21:01 +0200 Subject: [PATCH] Remove the dependency on not The `not` dependency is unused. Closes #8 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index b919334..133660e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "hast-util-has-property": "^3.0.0", "hast-util-to-string": "^3.0.0", "hast-util-whitespace": "^3.0.0", - "not": "^0.1.0", "nth-check": "^2.0.0", "property-information": "^6.0.0", "space-separated-tokens": "^2.0.0",