@endo/cjs-module-analyzer
Advanced tools
Comparing version 0.2.11 to 0.2.12
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.2.12](https://github.com/endojs/endo/compare/@endo/cjs-module-analyzer@0.2.11...@endo/cjs-module-analyzer@0.2.12) (2021-12-08) | ||
### Bug Fixes | ||
* Avoid eslint globs for Windows ([4b4f3cc](https://github.com/endojs/endo/commit/4b4f3ccaf3f5e8d53faefb4264db343dd603bf80)) | ||
### [0.2.11](https://github.com/endojs/endo/compare/@endo/cjs-module-analyzer@0.2.10...@endo/cjs-module-analyzer@0.2.11) (2021-11-16) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@endo/cjs-module-analyzer", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "A JavaScript lexer dedicated to static analysis and transformation of ECMAScript modules.", | ||
@@ -27,4 +27,4 @@ "keywords": [], | ||
"lint": "yarn lint:types && yarn lint:js", | ||
"lint-fix": "eslint --fix '**/*.js'", | ||
"lint:js": "eslint '**/*.js'", | ||
"lint-fix": "eslint --fix .", | ||
"lint:js": "eslint .", | ||
"lint:types": "tsc --build jsconfig.json", | ||
@@ -34,3 +34,3 @@ "test": "ava" | ||
"devDependencies": { | ||
"@endo/eslint-config": "^0.3.18", | ||
"@endo/eslint-config": "^0.3.19", | ||
"ava": "^3.12.1", | ||
@@ -71,3 +71,3 @@ "babel-eslint": "^10.0.3", | ||
}, | ||
"gitHead": "f445a041c413195f29c2e929e28f87c62a80d943" | ||
"gitHead": "26d991afb01cf824827db0c958c50970e038112f" | ||
} |
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
76397