abstract-syntax-tree
Advanced tools
Comparing version 2.6.0 to 2.6.1
{ | ||
"name": "abstract-syntax-tree", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "abstract syntax tree", | ||
@@ -36,3 +36,3 @@ "main": "index.js", | ||
"nyc": "^15.0.0", | ||
"standard": "^14.3.1" | ||
"standard": "^14.3.3" | ||
}, | ||
@@ -39,0 +39,0 @@ "dependencies": { |
# abstract-syntax-tree | ||
![build](https://img.shields.io/codeship/c6391230-e90c-0136-c202-269c372fd6f7/master.svg) ![Codecov](https://img.shields.io/codecov/c/github/buxlabs/abstract-syntax-tree.svg) ![npm](https://img.shields.io/npm/v/abstract-syntax-tree.svg) | ||
[![npm](https://img.shields.io/npm/v/abstract-syntax-tree.svg)](https://www.npmjs.com/package/abstract-syntax-tree) [![build](https://github.com/buxlabs/abstract-syntax-tree/workflows/build/badge.svg)](https://github.com/buxlabs/abstract-syntax-tree/actions) | ||
@@ -5,0 +5,0 @@ > A library for working with abstract syntax trees. |
26622