downloadstation-cli
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -51,3 +51,3 @@ const inquirer = require('inquirer'); | ||
const config = new Configstore(packageJson.name); | ||
config.set('url', answers.url); | ||
config.set('url', answers.url.replace(/\/$/, '')); | ||
config.set('username', answers.username); | ||
@@ -54,0 +54,0 @@ config.set('password', answers.password); |
@@ -16,3 +16,3 @@ const Configstore = require('configstore'); | ||
if (!url || !username || !password || !token) { | ||
if (!url || !username || !password) { | ||
return null; | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "downloadstation-cli", | ||
"description": "Manage your Synology Download Station from your terminal", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"author": "Martín M.", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
12242