Comparing version 1.6.1 to 1.6.2
#! /usr/bin/env node | ||
var shell = require("shelljs"); | ||
shell.exec("git pull && git push --set-upstream origin master"); | ||
shell.exec("git pull && git push"); |
{ | ||
"name": "gitro", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Run common JS development commands fast and easily!", | ||
@@ -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
7688