@nrwl/tao
Advanced tools
Comparing version 8.5.1 to 8.5.2-beta.1
{ | ||
"name": "@nrwl/tao", | ||
"version": "8.5.1", | ||
"version": "8.5.2-beta.1", | ||
"description": "CLI for generating code and running commands", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -194,4 +194,4 @@ "use strict"; | ||
// migrationsFile is an object | ||
if (migrationsFile.migration) { | ||
migrationsFile = migrationsFile.migration; | ||
if (migrationsFile.migrations) { | ||
migrationsFile = migrationsFile.migrations; | ||
} | ||
@@ -198,0 +198,0 @@ // packageVersion can be a tag, resolvedVersion works with semver |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
72630
1