Comparing version 1.0.5 to 1.0.6
@@ -18,3 +18,2 @@ #!/usr/bin/env node | ||
argv = process.argv, | ||
argsEmpty = Object.keys(args).length === 1, | ||
args = require('minimist')(argv.slice(2), { | ||
@@ -34,2 +33,4 @@ string: ['repo', 'owner', 'tagname', 'name', 'body', 'token'], | ||
argsEmpty = Object.keys(args).length === 1, | ||
config = tryRequire(HOME + '.github-release') || { | ||
@@ -36,0 +37,0 @@ token: args.token |
{ | ||
"name": "grizzly", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "create release on github", | ||
@@ -5,0 +5,0 @@ "main": "lib/release.js", |
Sorry, the diff of this file is not supported yet
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
7033