Comparing version 0.1.7 to 0.1.8
@@ -1,2 +0,2 @@ | ||
var GitHub = require('github') | ||
var GitHub = require('node-github') | ||
, async = require('async') | ||
@@ -21,3 +21,3 @@ , github = new GitHub({ version: "3.0.0" }) | ||
getOurHook(url, config, function(err, hook) { | ||
if (err) { return done(err) } | ||
if (err) { return doneConfiguringHooks(err) } | ||
@@ -24,0 +24,0 @@ if (hook && ! _(hook.events).isEqual(config.events)) { |
{ | ||
"name": "sync-hooks", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Function to install a batch of GitHub event hooks at once", | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"github": "~0.1.12", | ||
"node-github": "0.0.3", | ||
"underscore": "~1.5.2", | ||
@@ -24,0 +24,0 @@ "async": "~0.2.10" |
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
8953
+ Addednode-github@0.0.3
+ Addednode-github@0.0.3(transitive)
- Removedgithub@~0.1.12
- Removedgithub@0.1.16(transitive)