bluebird-tap-error
Advanced tools
Comparing version 1.0.0 to 1.0.1
var gulp = require('gulp'); | ||
/* CoffeeScript compile deps */ | ||
var path = require('path'); | ||
var gutil = require('gulp-util'); | ||
var concat = require('gulp-concat'); | ||
var rename = require('gulp-rename'); | ||
var coffee = require('gulp-coffee'); | ||
@@ -9,0 +6,0 @@ var cache = require('gulp-cached'); |
{ | ||
"name": "bluebird-tap-error", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Like .tap, but for errors (rejections)", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git@git.cryto.net:projects/joepie91/node-bluebird-tap-error" | ||
"url": "git://github.com/joepie91/node-bluebird-tap-error" | ||
}, | ||
@@ -14,0 +14,0 @@ "keywords": [ |
4222
33