@lerna/create
Advanced tools
Comparing version 3.0.0-beta.13 to 3.0.0-beta.14
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.0.0-beta.14"></a> | ||
# [3.0.0-beta.14](https://github.com/lerna/lerna/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2018-04-03) | ||
### Bug Fixes | ||
* **create:** Actually publish the module data helper ([4775cc4](https://github.com/lerna/lerna/commit/4775cc4)) | ||
<a name="3.0.0-beta.13"></a> | ||
@@ -8,0 +20,0 @@ # [3.0.0-beta.13](https://github.com/lerna/lerna/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2018-03-31) |
@@ -21,3 +21,3 @@ "use strict"; | ||
const LERNA_MODULE_DATA = path.join(__dirname, "lerna-module-data.js"); | ||
const LERNA_MODULE_DATA = require.resolve("./lib/lerna-module-data.js"); | ||
const DEFAULT_DESCRIPTION = [ | ||
@@ -24,0 +24,0 @@ "Now I’m the model of a modern major general", |
{ | ||
"name": "@lerna/create", | ||
"version": "3.0.0-beta.13", | ||
"version": "3.0.0-beta.14", | ||
"description": "Create a new lerna-managed package", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"@lerna/child-process": "^3.0.0-beta.13", | ||
"@lerna/command": "^3.0.0-beta.13", | ||
"@lerna/command": "^3.0.0-beta.14", | ||
"@lerna/npm-conf": "^3.0.0-beta.12", | ||
@@ -52,3 +52,3 @@ "@lerna/validation-error": "^3.0.0-beta.10", | ||
}, | ||
"gitHead": "4cae54bce76bf156e71a2881418104c442f97c62" | ||
"gitHead": "4c4aceee84b39eb399e968a0c87241ee59edce4f" | ||
} |
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
29143
9
689