Comparing version 1.0.0 to 1.0.1
#!/usr/bin/env node | ||
'use strict'; | ||
require('babel-core/register'); | ||
const program = require('commander'); | ||
program.command('auto-merge', 'merge pull request and delete branch').parse(process.argv); |
@@ -63,3 +63,3 @@ { | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
@@ -14,3 +14,3 @@ # gitbot | ||
``` | ||
npm install -g @springworks/gitbot | ||
npm install -g gitbot | ||
``` | ||
@@ -17,0 +17,0 @@ |
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
10611
128