metalsmith-jstransformer
Advanced tools
Comparing version 0.7.1 to 0.7.2
# Changelog | ||
## v0.7.2 | ||
- Updated dependencies | ||
## v0.7.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "metalsmith-jstransformer", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Metalsmith JSTransformer Plugin", | ||
@@ -9,5 +9,5 @@ "files": [ | ||
"scripts": { | ||
"test": "npm run testit && npm run xo", | ||
"testit": "node test", | ||
"xo": "xo --space --no-semicolon" | ||
"test": "node test", | ||
"posttest": "npm run xo", | ||
"xo": "xo --space --no-semicolon --ignores=test/index.js" | ||
}, | ||
@@ -28,8 +28,8 @@ "repository": { | ||
"dependencies": { | ||
"async": "^2.0.0-rc.5", | ||
"clone": "^1.0.2", | ||
"async": "^2.1.2", | ||
"clone": "^2.0.0", | ||
"extend": "^3.0.0", | ||
"inputformat-to-jstransformer": "^1.1.2", | ||
"inputformat-to-jstransformer": "^1.1.8", | ||
"jstransformer": "~1.0.0", | ||
"minimatch": "^3.0.0" | ||
"minimatch": "^3.0.3" | ||
}, | ||
@@ -45,6 +45,6 @@ "devDependencies": { | ||
"metalsmith": "2.*", | ||
"rimraf": "^2.5.0", | ||
"testit": "^2.0.2", | ||
"xo": "^0.16.0" | ||
"rimraf": "^2.5.4", | ||
"testit": "^2.1.2", | ||
"xo": "^0.17.0" | ||
} | ||
} |
13735
+ Addedclone@2.1.2(transitive)
- Removedclone@1.0.4(transitive)
Updatedasync@^2.1.2
Updatedclone@^2.0.0
Updatedminimatch@^3.0.3