abstract-syntax-tree
Advanced tools
Comparing version 1.1.0 to 1.1.1
# abstract-syntax-tree changelog | ||
## 1.1.1 | ||
* edit: move prettier to deps | ||
## 1.1.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "abstract-syntax-tree", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "abstract syntax tree class for js", | ||
@@ -35,3 +35,2 @@ "main": "index.js", | ||
"benchmark": "^2.1.4", | ||
"prettier": "^1.15.1", | ||
"standard": "^11.0.1" | ||
@@ -47,4 +46,5 @@ }, | ||
"source-map": "^0.7.2", | ||
"prettier": "^1.15.1", | ||
"to-ast": "^1.0.0" | ||
} | ||
} |
14838
2
9
+ Addedprettier@^1.15.1
+ Addedprettier@1.19.1(transitive)