Comparing version 2.0.0-beta.9 to 2.0.0-beta.10
@@ -22,2 +22,6 @@ "use strict"; | ||
var _objectAssign = require("object-assign"); | ||
var _objectAssign2 = _interopRequireDefault(_objectAssign); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -85,3 +89,3 @@ | ||
(0, _objectAssignSorted2.default)(packageJson.dependencies, { | ||
(0, _objectAssignSorted2.default)(packageJson.devDependencies, { | ||
lerna: this.lernaVersion | ||
@@ -125,6 +129,8 @@ }); | ||
_FileSystemUtilities2.default.writeFileSync(lernaJsonLocation, JSON.stringify({ | ||
(0, _objectAssign2.default)(lernaJson, { | ||
lerna: this.lernaVersion, | ||
version: version | ||
}, null, " ")); | ||
}); | ||
_FileSystemUtilities2.default.writeFileSync(lernaJsonLocation, JSON.stringify(lernaJson, null, " ")); | ||
} | ||
@@ -131,0 +137,0 @@ }, { |
@@ -155,3 +155,3 @@ "use strict"; | ||
if (_this3.flags.canary) { | ||
_this3.logger.info("Reseting git state"); | ||
_this3.logger.info("Resetting git state"); | ||
// reset since the package.json files are changed | ||
@@ -158,0 +158,0 @@ _GitUtilities2.default.checkoutChanges("packages/*/package.json"); |
{ | ||
"name": "lerna", | ||
"version": "2.0.0-beta.9", | ||
"version": "2.0.0-beta.10", | ||
"description": "Tool for managing JavaScript projects with multiple packages", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/sebmck/lerna.git" | ||
"url": "git+https://github.com/lerna/lerna.git" | ||
}, | ||
@@ -22,5 +22,5 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"bugs": { | ||
"url": "https://github.com/sebmck/lerna/issues" | ||
"url": "https://github.com/lerna/lerna/issues" | ||
}, | ||
"homepage": "https://github.com/sebmck/lerna#readme", | ||
"homepage": "https://lernajs.io/", | ||
"dependencies": { | ||
@@ -27,0 +27,0 @@ "async": "^1.5.0", |
<p align="center"> | ||
<img alt="Lerna" src="https://i.imgur.com/yT7Skxn.png" width="480"> | ||
<img alt="Lerna" src="https://cloud.githubusercontent.com/assets/952783/15271604/6da94f96-1a06-11e6-8b04-dc3171f79a90.png" width="480"> | ||
</p> | ||
@@ -11,2 +11,3 @@ | ||
<a href="https://travis-ci.org/kittens/lerna"><img alt="Travis Status" src="https://img.shields.io/travis/kittens/lerna/master.svg?style=flat&label=travis"></a> | ||
<a href="https://slack.lernajs.io/"><img alt="Slack Status" src="https://slack.lernajs.io/badge.svg"></a> | ||
</p> | ||
@@ -13,0 +14,0 @@ |
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
112177
2264
71