@microsoft/rush
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "1.8.1", | ||
"tag": "@microsoft/rush_v1.8.1", | ||
"date": "Tue, 14 Feb 2017 23:40:44 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Fixing a bug with install where it preemptively returned before installing." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.8.0", | ||
@@ -7,0 +19,0 @@ "tag": "@microsoft/rush_v1.8.0", |
# Change Log - @microsoft/rush | ||
This log was last generated on Tue, 14 Feb 2017 22:53:30 GMT and should not be manually modified. | ||
This log was last generated on Tue, 14 Feb 2017 23:40:44 GMT and should not be manually modified. | ||
## 1.8.1 | ||
Tue, 14 Feb 2017 23:40:44 GMT | ||
### Patches | ||
- Fixing a bug with install where it preemptively returned before installing. | ||
## 1.8.0 | ||
@@ -6,0 +13,0 @@ Tue, 14 Feb 2017 22:53:30 GMT |
@@ -176,4 +176,2 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. | ||
}); | ||
console.log('ALL DONE!'); | ||
process.exit(1); | ||
}; | ||
@@ -180,0 +178,0 @@ InstallAction.prototype._installCommonModules = function () { |
/// <reference types="es6-promise" /> | ||
/// <reference types="es6-collections" /> | ||
import { ITaskWriter } from '@microsoft/stream-collator'; | ||
@@ -4,0 +3,0 @@ import { TaskError, Stopwatch } from '@microsoft/rush-lib'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="es6-collections" /> | ||
import { IChangeInfoHash } from './PublishUtilities'; | ||
@@ -3,0 +2,0 @@ import { IChangeInfo, RushConfigurationProject } from '@microsoft/rush-lib'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="es6-collections" /> | ||
import { IChangeInfo, RushConfigurationProject } from '@microsoft/rush-lib'; | ||
@@ -3,0 +2,0 @@ export interface IChangeInfoHash { |
@@ -1,2 +0,1 @@ | ||
/// <reference types="es6-collections" /> | ||
import { RushConfiguration, IPackageJson } from '@microsoft/rush-lib'; | ||
@@ -3,0 +2,0 @@ export declare class TempModuleGenerator { |
{ | ||
"name": "@microsoft/rush", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Manage building/installing of multiple NPM package folders", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
547988
4716