assemble-fs
Advanced tools
Comparing version 0.5.2 to 0.6.0
@@ -128,3 +128,7 @@ /*! | ||
output.on('end', output.emit.bind(output, 'finish')); | ||
output.on('end', function() { | ||
output.emit('finish'); | ||
app.emit('end'); | ||
}); | ||
return output; | ||
@@ -131,0 +135,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.2", | ||
"version": "0.6.0", | ||
"homepage": "https://github.com/assemble/assemble-fs", | ||
@@ -14,2 +14,4 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"index.js", | ||
"LICENSE", | ||
"README.md", | ||
"utils.js" | ||
@@ -27,3 +29,3 @@ ], | ||
"extend-shallow": "^2.0.1", | ||
"is-valid-app": "^0.1.0", | ||
"is-valid-app": "^0.2.0", | ||
"lazy-cache": "^2.0.1", | ||
@@ -36,10 +38,10 @@ "stream-combiner": "^0.2.2", | ||
"buffer-equal": "^1.0.0", | ||
"expect": "^1.20.1", | ||
"expect": "^1.20.2", | ||
"graceful-fs": "^4.1.4", | ||
"gulp-format-md": "^0.1.9", | ||
"mocha": "^2.5.2", | ||
"rimraf": "^2.5.2", | ||
"should": "^8.4.0", | ||
"mocha": "^2.5.3", | ||
"rimraf": "^2.5.3", | ||
"should": "^9.0.2", | ||
"sinon": "^1.17.4", | ||
"templates": "^0.18.3", | ||
"templates": "^0.24.0", | ||
"vinyl": "^1.1.1" | ||
@@ -52,2 +54,3 @@ }, | ||
"fs", | ||
"plugin", | ||
"system", | ||
@@ -68,12 +71,13 @@ "vinyl" | ||
"list": [ | ||
"verb", | ||
"generate", | ||
"assemble", | ||
"assemble-loader", | ||
"assemble-render-file", | ||
"assemble-streams" | ||
"assemble-streams", | ||
"generate", | ||
"verb" | ||
] | ||
}, | ||
"reflinks": [ | ||
"verb" | ||
"verb", | ||
"verb-readme-generator" | ||
], | ||
@@ -80,0 +84,0 @@ "lint": { |
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
7491
165
+ Addedis-valid-app@0.2.1(transitive)
+ Addedis-valid-instance@0.2.0(transitive)
- Removedis-valid-app@0.1.2(transitive)
- Removedis-valid-instance@0.1.0(transitive)
Updatedis-valid-app@^0.2.0