From f3f8861d092bbf8f4f15499b931aedef2b76ffc4 Mon Sep 17 00:00:00 2001 From: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:49:35 -0500 Subject: [PATCH] add scope to name in package.json (#102) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2efc2e2..956e769 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "stigman-watcher", + "name": "@nuwcdivnpt/stigman-watcher", "version": "1.4.2", "description": "CLI that watches a path for STIG test result files on behalf of a STIG Manager Collection.", "main": "index.js",