Comparing version 7.1.0 to 7.1.1
{ | ||
"name": "es-check", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "Checks the ECMAScript version of .js glob against a specified version of ECMAScript with a shell command", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -206,3 +206,3 @@ <p align="center"> | ||
ES Check has 3 main dependencies: [acorn](https://github.com/ternjs/acorn/), [glob](https://www.npmjs.com/package/glob), and [caporal](https://github.com/mattallty/Caporal.js). To contribute, file an [issue](https://github.com/yowainwright/es-check/issues) or submit a pull request. | ||
ES Check has 3 main dependencies: [acorn](https://github.com/ternjs/acorn/), [glob](https://www.npmjs.com/package/glob), and [caporal](https://github.com/mattallty/Caporal.js). To contribute, file an [issue](https://github.com/yowainwright/es-check/issues) or submit a pull request. To setup local development, run `./bin/setup.sh` or open the devcontainer in VSCode. | ||
@@ -209,0 +209,0 @@ ### Contributors |
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
18855