diff --git a/package-lock.json b/package-lock.json index c6de187..798911f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nuwcdivnpt/stig-manager-client-modules", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nuwcdivnpt/stig-manager-client-modules", - "version": "1.4.0", + "version": "1.4.1", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index d1c67b1..eac232f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@nuwcdivnpt/stig-manager-client-modules", - "version": "1.4.0", + "version": "1.4.1", "description": "", "main": "index.js", "type": "module", "repository": { "type": "git", - "url": "https://github.com/NUWCDIVNPT/stig-manager-client-modules.git" + "url": "git+https://github.com/NUWCDIVNPT/stig-manager-client-modules.git" }, "scripts": { "test": "c8 --reporter=html --reporter=text mocha './test/**/*.test.js'",