assemble-fs
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -148,3 +148,4 @@ /*! | ||
if (file.isNull()) { | ||
return next(); | ||
next(null, file); | ||
return; | ||
} | ||
@@ -151,0 +152,0 @@ |
{ | ||
"name": "assemble-fs", | ||
"description": "Assemble plugin to add methods to assemble for working with the file system, like src, dest, copy and symlink.", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"homepage": "https://github.com/assemble/assemble-fs", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
@@ -89,2 +89,2 @@ # assemble-fs [![NPM version](https://img.shields.io/npm/v/assemble-fs.svg?style=flat)](https://www.npmjs.com/package/assemble-fs) [![NPM downloads](https://img.shields.io/npm/dm/assemble-fs.svg?style=flat)](https://npmjs.org/package/assemble-fs) [![Build Status](https://img.shields.io/travis/assemble/assemble-fs.svg?style=flat)](https://travis-ci.org/assemble/assemble-fs) | ||
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 24, 2016._ | ||
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 25, 2016._ |
@@ -28,3 +28,3 @@ 'use strict'; | ||
utils.isValid = function(app, types) { | ||
utils.isValid = function(app) { | ||
if (!utils.isValidInstance(app, ['app', 'views', 'collection'])) { | ||
@@ -31,0 +31,0 @@ return false; |
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
11350
178