Comparing version 0.1.0 to 0.1.1
@@ -21,3 +21,3 @@ var PATH = require('path'), | ||
.opt() | ||
.name('input').title('Input path, required') | ||
.name('input').title('Input path') | ||
.short('i').long('input') | ||
@@ -27,3 +27,3 @@ .req() | ||
.opt() | ||
.name('output').title('Output path, required') | ||
.name('output').title('Output path') | ||
.short('o').long('output') | ||
@@ -30,0 +30,0 @@ .output() |
{ | ||
"name": "borschik", | ||
"description": "Extendable builder for text-based file formats", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "http://github.com/veged/borschik", | ||
@@ -6,0 +6,0 @@ "author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)", |
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
49792