grunt-github-manifest
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "grunt-github-manifest", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Saves to file the commit history for a Github project from a specified date", | ||
@@ -5,0 +5,0 @@ "main": "Gruntfile.js", |
@@ -77,3 +77,4 @@ 'use string'; | ||
var github = new GitHubApi({ | ||
version: "3.0.0" | ||
version: "3.0.0", | ||
proxy: options.github.proxy | ||
// todo: add User Agent | ||
@@ -80,0 +81,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
15683
251