commentizer
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "commentizer", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Add jsdoc style comments to functions and class methods", | ||
@@ -40,3 +40,3 @@ "bin": { | ||
"@babel/template": "7.0.0-beta.49", | ||
"@babel/traverse": "7.0.0-beta.49", | ||
"@babel/traverse": "7.0.0-beta.52", | ||
"@babel/types": "7.0.0-beta.52", | ||
@@ -43,0 +43,0 @@ "babylon": "6.18.0", |
+ Added@babel/helper-function-name@7.0.0-beta.52(transitive)
+ Added@babel/helper-get-function-arity@7.0.0-beta.52(transitive)
+ Added@babel/helper-split-export-declaration@7.0.0-beta.52(transitive)
+ Added@babel/traverse@7.0.0-beta.52(transitive)
- Removed@babel/helper-function-name@7.0.0-beta.49(transitive)
- Removed@babel/helper-get-function-arity@7.0.0-beta.49(transitive)
- Removed@babel/helper-split-export-declaration@7.0.0-beta.49(transitive)
- Removed@babel/traverse@7.0.0-beta.49(transitive)