metalsmith-jstransformer
Advanced tools
Comparing version 0.6.0 to 0.7.0
# Changelog | ||
## v0.7.0 | ||
- Updated to `async@^2.0.0-rc.5` | ||
## v0.6.0 | ||
@@ -4,0 +8,0 @@ |
@@ -0,1 +1,2 @@ | ||
var path = require('path') | ||
var jstransformer = require('jstransformer') | ||
@@ -5,3 +6,2 @@ var toTransformer = require('inputformat-to-jstransformer') | ||
var async = require('async') | ||
var path = require('path') | ||
var clone = require('clone') | ||
@@ -177,3 +177,3 @@ var minimatch = require('minimatch') | ||
// TODO: Clean up function chaining tree. | ||
// TODO: Clean up async function chain tree. | ||
// Compile all layouts. | ||
@@ -180,0 +180,0 @@ async.map(layouts, compileLayout, function (err) { |
{ | ||
"name": "metalsmith-jstransformer", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Metalsmith JSTransformer Plugin", | ||
@@ -27,3 +27,3 @@ "files": [ | ||
"dependencies": { | ||
"async": "^1.3.0", | ||
"async": "^2.0.0-rc.5", | ||
"clone": "^1.0.2", | ||
@@ -46,4 +46,4 @@ "extend": "^3.0.0", | ||
"testit": "^2.0.2", | ||
"xo": "^0.12.1" | ||
"xo": "^0.15.1" | ||
} | ||
} |
13621
+ Addedasync@2.6.4(transitive)
+ Addedlodash@4.17.21(transitive)
- Removedasync@1.5.2(transitive)
Updatedasync@^2.0.0-rc.5