grunt-github-manifest
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -36,20 +36,2 @@ module.exports = function(grunt) { | ||
} | ||
}, | ||
local_test: { | ||
options: { | ||
commitHistoryStartDate: { | ||
url: "http://localhost:3000/deployment-info", | ||
path: "$.lastModifiedOn" | ||
// optional: | ||
// date: "2014-01-01" (specify an explicit date) | ||
}, | ||
manifestPath: "commit_history.json", | ||
github: { | ||
o_auth_token: "f117ee2b162265dc6a598ddd2dff1ed52788dc82", | ||
user: "christriddle", | ||
repo: "location-nodejs" | ||
} | ||
} | ||
} | ||
@@ -56,0 +38,0 @@ } |
{ | ||
"name": "grunt-github-manifest", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Saves to file the commit history for a Github project from a specified date", | ||
@@ -5,0 +5,0 @@ "main": "Gruntfile.js", |
@@ -5,2 +5,4 @@ # grunt-github-manifest | ||
[![Build Status](https://travis-ci.org/christriddle/grunt-github-manifest.svg?branch=master)](https://travis-ci.org/christriddle/grunt-github-manifest) | ||
[![NPM](https://nodei.co/npm/grunt-github-manifest.png)](https://nodei.co/npm/grunt-github-manifest) | ||
@@ -7,0 +9,0 @@ |
@@ -127,3 +127,3 @@ 'use string'; | ||
.then(saveManifest) | ||
.fail(function(err){ | ||
.catch(function(err){ | ||
grunt.fatal.fail(err); | ||
@@ -137,2 +137,2 @@ }) | ||
}); | ||
}; | ||
}; |
Sorry, the diff of this file is not supported yet
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
55
14946
232