hook-emitter
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -63,6 +63,7 @@ 'use strict'; | ||
.pipe($.plumber()) | ||
.pipe($.debug({ title: 'test' })) | ||
.pipe($.debug({ title: 'compile' })) | ||
.pipe($.babel()) | ||
.pipe($.injectModules()) | ||
.pipe($.filter('**/*.js')) | ||
.pipe($.filter('test/**/*.js')) | ||
.pipe($.debug({ title: 'test' })) | ||
.pipe($.mocha()); | ||
@@ -69,0 +70,0 @@ }); |
{ | ||
"name": "hook-emitter", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Event emitter with support for asynchronous handlers and a sweet function hook mechanism.", | ||
@@ -34,3 +34,3 @@ "main": "./dist/index.js", | ||
"gulp-eslint": "^2.0.0", | ||
"gulp-filter": "^3.0.1", | ||
"gulp-filter": "git+https://github.com/appcelerator/gulp-filter.git#cwd-fix", | ||
"gulp-inject-modules": "^0.1.0", | ||
@@ -47,3 +47,6 @@ "gulp-load-plugins": "^1.2.0", | ||
"url": "git://github.com/cb1kenobi/hook-emitter.git" | ||
}, | ||
"engines": { | ||
"node": ">=4.0.0" | ||
} | ||
} |
58885
12
1193