From 5c2530946212caa67d73b92dfffc37dc3dd27c08 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Mon, 13 May 2019 21:46:28 +0000 Subject: [PATCH] Applying package updates. --- build-tests/rush-stack-compiler-2.8-library-test/package.json | 2 +- build-tests/rush-stack-compiler-3.4-library-test/package.json | 2 +- stack/rush-stack-compiler-2.8/package.json | 2 +- stack/rush-stack-compiler-3.4/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-tests/rush-stack-compiler-2.8-library-test/package.json b/build-tests/rush-stack-compiler-2.8-library-test/package.json index 67e67217768..6688be59f47 100644 --- a/build-tests/rush-stack-compiler-2.8-library-test/package.json +++ b/build-tests/rush-stack-compiler-2.8-library-test/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@microsoft/node-library-build": "6.0.61", - "@microsoft/rush-stack-compiler-2.8": "0.0.0", + "@microsoft/rush-stack-compiler-2.8": "0.1.0", "gulp": "~3.9.1" } } diff --git a/build-tests/rush-stack-compiler-3.4-library-test/package.json b/build-tests/rush-stack-compiler-3.4-library-test/package.json index d0df20bab23..be816ba05d0 100644 --- a/build-tests/rush-stack-compiler-3.4-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.4-library-test/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@microsoft/node-library-build": "6.0.61", - "@microsoft/rush-stack-compiler-3.4": "0.0.0", + "@microsoft/rush-stack-compiler-3.4": "0.1.0", "gulp": "~3.9.1" } } diff --git a/stack/rush-stack-compiler-2.8/package.json b/stack/rush-stack-compiler-2.8/package.json index 078512faba3..77a1ba70f48 100644 --- a/stack/rush-stack-compiler-2.8/package.json +++ b/stack/rush-stack-compiler-2.8/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-2.8", - "version": "0.0.0", + "version": "0.1.0", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.8.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-3.4/package.json b/stack/rush-stack-compiler-3.4/package.json index 12b51109931..bdfdeb9a108 100644 --- a/stack/rush-stack-compiler-3.4/package.json +++ b/stack/rush-stack-compiler-3.4/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.4", - "version": "0.0.0", + "version": "0.1.0", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.4.", "license": "MIT", "repository": {