Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -187,3 +187,3 @@ const { logDanger, logNormal } = require('../services/logging'); | ||
process.exit(1); | ||
process.exit(0); | ||
} | ||
@@ -190,0 +190,0 @@ |
@@ -136,3 +136,3 @@ const { verifyPaths } = require('../services/setup'); | ||
logHeader(`Add '${repoName}' to your 'server.cfg' file in your 'resources' section. Goodbye!`); | ||
process.exit(1); | ||
process.exit(0); | ||
} | ||
@@ -139,0 +139,0 @@ |
@@ -29,3 +29,3 @@ const fs = require('fs'); | ||
logNormal(`Successfully removed ${repoName}`); | ||
process.exit(1); | ||
process.exit(0); | ||
} | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "altv-pkg", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A CLI tool for installing open source resourced and their dependencies.", | ||
@@ -25,3 +25,13 @@ "main": "bin/index.js", | ||
"singleQuote": true | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Stuyk/altv-pkg.git" | ||
}, | ||
"keywords": [ | ||
"altv", | ||
"cli", | ||
"tool", | ||
"alt:V" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
58904
5