Comparing version 1.1.4 to 1.1.5
@@ -1,7 +0,4 @@ | ||
var GitHub = require('node-github') | ||
, underscore = require('underscore') | ||
var _ = require('underscore') | ||
, syncHooks = require('sync-hooks') | ||
, async = require('async') | ||
, server = require('./server') | ||
, _ = underscore | ||
@@ -8,0 +5,0 @@ function Octopie(opts) { |
@@ -9,2 +9,3 @@ var express = require('express') | ||
app.emit(event, req.body) | ||
app.emit('*', event, req.body) // Synthetic event to catch all GH hooks | ||
res.send('OK') | ||
@@ -11,0 +12,0 @@ }) |
{ | ||
"name": "octopie", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "An easy way to add GitHub hooks to your project", | ||
@@ -25,4 +25,2 @@ "main": "index.js", | ||
"underscore": "~1.5.2", | ||
"node-github": "0.0.3", | ||
"async": "~0.2.9", | ||
"express": "~3.4.8", | ||
@@ -29,0 +27,0 @@ "sync-hooks": "~0.1.5" |
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
3
8973
152
- Removedasync@~0.2.9
- Removednode-github@0.0.3