Comparing version 1.2.4 to 1.3.0
@@ -318,3 +318,3 @@ 'use strict' | ||
var res = yield Promise.resolve(filter.cb.apply( | ||
self, [data, assign({filename: f.base}, filter.options)].concat(filter.rest) | ||
self, [data, assign({file: f}, filter.options)].concat(filter.rest) | ||
)) | ||
@@ -321,0 +321,0 @@ |
{ | ||
"name": "fly", | ||
"version": "1.2.4", | ||
"version": "1.3.0", | ||
"description": "Modern Build System", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
54811