Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "alium", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Save CLI commands as aliases on a directory basis", | ||
"main": "src/cli.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/moritzjacobs/alium.git" | ||
}, | ||
"bin": { | ||
@@ -52,5 +56,8 @@ "alium-bin": "./dist/cli.js" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "UNLICENSED", | ||
"keywords": [ | ||
"cli", | ||
"alias" | ||
], | ||
"author": "Moritz Jacobs <mail@moritzjacobs.de>", | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -57,0 +64,0 @@ "@types/inquirer": "^6.0.3", |
/* eslint-disable import/prefer-default-export */ | ||
export const VERSION = "0.0.1"; | ||
export const VERSION = "1.0.1"; | ||
export const COMMAND_FILE_NAME = ".alium/cmd"; | ||
@@ -4,0 +4,0 @@ export const ALIASES_FILE_NAME = ".alium/aliases.json"; |
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author 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
23588
18
0
1
0