Comparing version 1.0.0 to 1.0.1
@@ -25,3 +25,3 @@ import pkg from 'argparse'; | ||
const repoAuth = `${args.user}:${args.pass}`.toString('base64'); | ||
const repoAuth = btoa(`${args.user}:${args.pass}`) | ||
@@ -28,0 +28,0 @@ const npmFileData = `registry=https://nexus.fs-stuttgart.de/repository/npm/\n_auth=${repoAuth}\nemail=${mail}` |
{ | ||
"name": "gt-starter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "GreenTeam starter script", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2917