check-magic
Advanced tools
Comparing version 0.1.0 to 0.1.1
# check-magic changelog | ||
## v0.1.1 | ||
- Bug Fixes | ||
`check.txt` was always deleted | ||
## v0.1.0 | ||
- Initial Release | ||
- Initial Release |
@@ -34,3 +34,3 @@ var fs = require('fs'); | ||
if (!this.keep && fs.existsSync(this.path)) { | ||
if (!this.leave && fs.existsSync(this.path)) { | ||
return fs.unlinkSync(this.path); | ||
@@ -37,0 +37,0 @@ } |
{ | ||
"name": "check-magic", | ||
"description": "Manage your check.txt file with magic!", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Wizcorp, Inc. <info@wizcorp.jp>", | ||
@@ -6,0 +6,0 @@ "dependencies": {}, |
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
5550