Comparing version 0.0.43 to 0.0.44
@@ -32,3 +32,3 @@ #!/usr/bin/env node | ||
.version(`${version}`, '-v, --version') | ||
.option('-d, --dry', 'run in dry mode', process.env.NODE_ENV !== 'production'); | ||
.option('-d, --dry', 'run in dry mode', process.env.NODE_ENV === 'development'); | ||
const git = simpleGit({ | ||
@@ -35,0 +35,0 @@ baseDir: process.cwd(), |
{ | ||
"name": "gal", | ||
"version": "0.0.43", | ||
"version": "0.0.44", | ||
"description": "Git add, commit, and push in one line.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/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
6576