Comparing version 1.5.1 to 1.5.2
@@ -28,3 +28,3 @@ #!/usr/bin/env node | ||
include: function(name) { | ||
return fs.readFileSync(path.join(directory, name + ".leaf"), "utf8"); | ||
return fs.readFileSync(path.join(directory, name + ".leaf"), "utf8"); // XXX: Apparently there’s no error when the file is not found | ||
} | ||
@@ -31,0 +31,0 @@ }); |
{ | ||
"name": "razorleaf", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"main": "razorleaf.js", | ||
@@ -19,6 +19,6 @@ "files": [ | ||
"type": "git", | ||
"url": "https://github.com/campersander/razorleaf" | ||
"url": "https://github.com/charmander/razorleaf" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/campersander/razorleaf/issues" | ||
"url": "https://github.com/charmander/razorleaf/issues" | ||
}, | ||
@@ -25,0 +25,0 @@ "homepage": "https://charmander.me/razorleaf/", |
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
30987