eslint-visitor-keys
Advanced tools
Comparing version 1.3.0 to 2.0.0
@@ -0,1 +1,6 @@ | ||
v2.0.0 - August 14, 2020 | ||
* [`fb86ca3`](https://github.com/eslint/eslint-visitor-keys/commit/fb86ca315daafc84e23ed9005db40b0892b972a6) Breaking: drop support for Node <10 (#13) (Kai Cataldo) | ||
* [`69383b3`](https://github.com/eslint/eslint-visitor-keys/commit/69383b372915e33ada094880ecc6b6e8f8c7ca4e) Chore: move to GitHub Actions (#14) (Kai Cataldo) | ||
v1.3.0 - June 19, 2020 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "eslint-visitor-keys", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"description": "Constants and utilities about visitor keys to traverse AST.", | ||
@@ -10,3 +10,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=10" | ||
}, | ||
@@ -24,3 +24,2 @@ "dependencies": {}, | ||
"lint": "eslint lib tests/lib", | ||
"pretest": "npm run -s lint", | ||
"test": "nyc mocha tests/lib", | ||
@@ -27,0 +26,0 @@ "coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24034