From 6312c0e83141c66f7ec0a2ca811e750387e18595 Mon Sep 17 00:00:00 2001 From: Chris Barth Date: Mon, 9 Oct 2023 15:13:37 -0500 Subject: [PATCH] Use @xmldom scope (#22) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2161446..cda6d82 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "is-dom-node", + "name": "@xmldom/is-dom-node", "version": "1.0.0", "description": "TypeScript helper functions to narrow the type of object to a Node descendant", "main": "dist/index.js",