oo-ascii-tree
Advanced tools
Comparing version 1.98.0 to 1.99.0
{ | ||
"name": "oo-ascii-tree", | ||
"version": "1.98.0", | ||
"version": "1.99.0", | ||
"description": "object-oriented ascii tree renderer", | ||
@@ -27,3 +27,3 @@ "license": "Apache-2.0", | ||
"watch": "tsc --build -w", | ||
"lint": "eslint . --ext .js,.ts --ignore-path=.gitignore", | ||
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .js,.ts --ignore-path=.gitignore", | ||
"lint:fix": "yarn lint --fix", | ||
@@ -35,4 +35,4 @@ "test": "jest", | ||
"devDependencies": { | ||
"jsii-build-tools": "^1.98.0" | ||
"jsii-build-tools": "^1.99.0" | ||
} | ||
} |
22742
289041