Comparing version 0.9.4 to 0.9.5
// Generated by CoffeeScript 1.12.7 | ||
(function() { | ||
var Client, Gist, HttpError, Issue, Label, Me, Milestone, Notification, Org, Pr, Promise, Release, Repo, Search, Team, User, extend, request, url, | ||
var Client, Gist, HttpError, Issue, Label, Me, Milestone, Notification, Org, Pr, Project, Promise, Release, Repo, Search, Team, User, extend, request, url, | ||
extend1 = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
@@ -29,2 +29,4 @@ hasProp = {}.hasOwnProperty, | ||
Project = require('./project'); | ||
Release = require('./release'); | ||
@@ -31,0 +33,0 @@ |
{ | ||
"name": "octonode", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"author": "Pavan Kumar Sunkara <pavan.sss1991@gmail.com> (http://pksunkara.github.com)", | ||
@@ -27,3 +27,3 @@ "description": "nodejs wrapper for github v3 api", | ||
"coffee-script": "^1.12.4", | ||
"nock": "^9.4.3", | ||
"nock": "^10.0.0", | ||
"vows": "^0.8.1" | ||
@@ -30,0 +30,0 @@ }, |
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
156646
3480