Comparing version 1.0.2 to 1.0.4
@@ -38,3 +38,3 @@ 'use strict'; | ||
const data = { | ||
title: 'Uploaded by CLI', | ||
title: options.title || 'Uploaded by CLI', | ||
public: true, | ||
@@ -44,6 +44,3 @@ files: files | ||
if (options.title) { | ||
data.title = options.title; | ||
} | ||
if (options.language) { | ||
@@ -50,0 +47,0 @@ data.language = options.language; |
{ | ||
"name": "glot-cli", | ||
"version": "1.0.2", | ||
"version": "1.0.4", | ||
"description": "CLI tool for glot.io", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node .", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"start": "node bin/glot.js" | ||
}, | ||
"bin": { | ||
"glot": "./bin/glot.js" | ||
"glot": "./bin/glot.js" | ||
}, | ||
"author": "Florian Knop", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/fknop/glot-cli.git" | ||
}, | ||
"license": "MIT", | ||
@@ -20,3 +23,9 @@ "dependencies": { | ||
"superagent": "^1.8.3" | ||
} | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/fknop/glot-cli/issues" | ||
}, | ||
"homepage": "https://github.com/fknop/glot-cli#readme", | ||
"devDependencies": {}, | ||
"keywords": [] | ||
} |
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5521
7
1
0
1
26
2
98