@lerna/project
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
@@ -77,2 +77,7 @@ "use strict"; | ||
this._packageJson = loadJsonFile.sync(this.packageJsonLocation); | ||
if (!this._packageJson.name) { | ||
// npm-lifecycle chokes if this is missing, so default like npm init does | ||
this._packageJson.name = path.basename(path.dirname(this.packageJsonLocation)); | ||
} | ||
} catch (err) { | ||
@@ -79,0 +84,0 @@ // don't swallow syntax errors |
{ | ||
"name": "@lerna/project", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "TODO", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "349b9c765bcbf38988d1fcd48313422417a04c8f" | ||
"gitHead": "5a527968bb9f7b7c3af0d5d86391d6d2650ddc7a" | ||
} |
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
4403
4
89