Comparing version 0.8.2 to 0.8.3
@@ -177,3 +177,3 @@ var Q = require('q'); | ||
/** | ||
* Promise to load a files contents | ||
* Promise to load a file's contents | ||
* | ||
@@ -189,3 +189,6 @@ * @param {string} filename The file to load | ||
fs.readFile(filename, 'utf-8', function (err, contents) { | ||
if (err) { | ||
if (err.code === 'ENOENT') { | ||
debug(err.code + ': ' + filename); | ||
deferred.resolve(); | ||
} else if (err) { | ||
debug(err + ' ' + filename); | ||
@@ -192,0 +195,0 @@ // TODO: better error handling |
{ | ||
"name": "cleaver", | ||
"preferGlobal": true, | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"author": "Jordan Scales <scalesjordan@gmail.com>", | ||
@@ -6,0 +6,0 @@ "description": "30-second slideshows for hackers", |
@@ -53,3 +53,3 @@ # Cleaver | ||
npm install -g cleaver | ||
# To update: npm upgrade -g cleaver | ||
# To update: npm update -g cleaver | ||
``` | ||
@@ -56,0 +56,0 @@ |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
48466
993
3