@babel/helper-fixtures
Advanced tools
Comparing version 7.16.0 to 7.16.5
@@ -51,3 +51,3 @@ "use strict"; | ||
return name[0] === "." || ext === ".md" || base === "LICENSE" || base === "options"; | ||
return name[0] === "." || ext === ".md" || base === "LICENSE" || base === "options" || name === "package.json"; | ||
} | ||
@@ -54,0 +54,0 @@ |
{ | ||
"name": "@babel/helper-fixtures", | ||
"version": "7.16.0", | ||
"version": "7.16.5", | ||
"description": "Helper function to support fixtures", | ||
@@ -5,0 +5,0 @@ "author": "The Babel Team (https://babel.dev/team)", |
@@ -12,3 +12,3 @@ # @babel/helper-fixtures | ||
```sh | ||
npm install --save-dev @babel/helper-fixtures | ||
npm install --save @babel/helper-fixtures | ||
``` | ||
@@ -19,3 +19,3 @@ | ||
```sh | ||
yarn add @babel/helper-fixtures --dev | ||
yarn add @babel/helper-fixtures | ||
``` |
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
11194