github-api-promise
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "github-api-promise", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A node module for interfacing with the Github API using promises", | ||
@@ -5,0 +5,0 @@ "main": "src/app.js", |
@@ -289,3 +289,3 @@ var request = require('superagent-bluebird-promise'); | ||
// Get file contents | ||
fs.readFile(localFilePath, 'utf8', function(err, data) { | ||
fs.readFile(localFilePath, function(err, data) { | ||
// Check for error | ||
@@ -292,0 +292,0 @@ if (err) { |
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
16603