Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "gulp-sync", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "sync for dependency tasks of gulp.task method", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -1,3 +0,2 @@ | ||
# [gulp](http://gulpjs.com)-sync [![Build Status](https://travis-ci.org/kaminaly/gulp-sync.svg?branch=master)](https://travis-ci.org/kaminaly/gulp-sync) | ||
# [gulp](http://gulpjs.com)-sync [![Build Status](https://travis-ci.org/kaminaly/gulp-sync.svg?branch=master)](https://travis-ci.org/kaminaly/gulp-sync) [![NPM version](https://badge.fury.io/js/gulp-sync.svg)](http://badge.fury.io/js/gulp-sync) | ||
> sync for dependency tasks of gulp.task method | ||
@@ -62,3 +61,3 @@ | ||
gulp.task('default', gulpsync.sync([ | ||
gulp.task('default', gulpsync.async([ | ||
// async | ||
@@ -65,0 +64,0 @@ 'a', |
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
11291
123