assemble-render-file
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "assemble-render-file", | ||
"description": "Assemble plugin for rendering views in a vinyl pipeline.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "https://github.com/assemble/assemble-render-file", | ||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"contributors": [ | ||
"Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)", | ||
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)" | ||
"Brian Woodward (https://twitter.com/doowb)", | ||
"Jon Schlinkert (http://twitter.com/jonschlinkert)" | ||
], | ||
@@ -29,7 +29,7 @@ "repository": "assemble/assemble-render-file", | ||
"async-array-reduce": "^0.2.1", | ||
"debug": "^2.6.1", | ||
"file-is-binary": "^0.2.2", | ||
"is-valid-app": "^0.2.1", | ||
"debug": "^2.6.8", | ||
"file-is-binary": "^1.0.0", | ||
"is-valid-app": "^0.3.0", | ||
"lazy-cache": "^2.0.2", | ||
"mixin-deep": "^1.1.3", | ||
"mixin-deep": "^1.2.0", | ||
"plugin-error": "^0.1.2", | ||
@@ -42,10 +42,10 @@ "through2": "^2.0.3" | ||
"engine-base": "^0.1.3", | ||
"engine-handlebars": "^0.8.0", | ||
"engine-handlebars": "^0.8.2", | ||
"gulp": "^3.9.1", | ||
"gulp-eslint": "^3.0.1", | ||
"gulp-format-md": "^0.1.11", | ||
"gulp-format-md": "^0.1.12", | ||
"gulp-istanbul": "^1.1.1", | ||
"gulp-mocha": "^4.0.1", | ||
"mocha": "^3.2.0", | ||
"should": "^11.2.0", | ||
"gulp-mocha": "^3.0.1", | ||
"mocha": "^3.4.1", | ||
"should": "^11.2.1", | ||
"templates": "^1.2.8" | ||
@@ -52,0 +52,0 @@ }, |
12290
+ Addedfile-is-binary@1.0.0(transitive)
+ Addedis-binary-buffer@1.0.0(transitive)
+ Addedis-valid-app@0.3.0(transitive)
+ Addedis-valid-instance@0.3.0(transitive)
- Removedbuffer-alloc@1.2.0(transitive)
- Removedbuffer-alloc-unsafe@1.1.0(transitive)
- Removedbuffer-fill@1.0.0(transitive)
- Removedfile-is-binary@0.2.3(transitive)
- Removedis-valid-app@0.2.1(transitive)
- Removedis-valid-instance@0.2.0(transitive)
- Removedisbinaryfile@3.0.3(transitive)
Updateddebug@^2.6.8
Updatedfile-is-binary@^1.0.0
Updatedis-valid-app@^0.3.0
Updatedmixin-deep@^1.2.0