From 419d488b045885bc06d29a0646e99851bb46a598 Mon Sep 17 00:00:00 2001 From: Chris Barth Date: Sat, 16 Sep 2023 06:18:53 -0500 Subject: [PATCH] Prepare for release, excluding NPM. (#14) Since I don't have rights yet to publish a package to this org, set the package to only publish to GitHub. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2161446..d7f3c9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-dom-node", - "version": "1.0.0", + "version": ".9", "description": "TypeScript helper functions to narrow the type of object to a Node descendant", "main": "dist/index.js", "scripts": { @@ -65,5 +65,8 @@ }, "publishConfig": { "access": "public" + }, + "npm": { + "publish": false } }