Comparing version 0.0.2 to 0.0.3
const commandLineParser = require("./src/commandLineParser"); | ||
const parseCommandLine = require("./src/parseCommandLine"); | ||
export default commandLineParser; | ||
export { | ||
module.exports = { | ||
commandLineParser, | ||
parseCommandLine | ||
} |
{ | ||
"name": "yaclip", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Yet another command line parser (that supports subcommands)", | ||
@@ -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
7946
167