From 37be7f85b64552fe01259e6a45b8073ce74b1d18 Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Mon, 16 Dec 2019 17:10:50 -0800 Subject: [PATCH] Rename --- ...MoveHubMediumLinearMotor.ts => MoveHubMediumLinearMotor2.ts} | 0 src/hub.ts | 2 +- src/index-browser.ts | 2 +- src/index-node.ts | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename src/{MoveHubMediumLinearMotor.ts => MoveHubMediumLinearMotor2.ts} (100%) diff --git a/src/MoveHubMediumLinearMotor.ts b/src/MoveHubMediumLinearMotor2.ts similarity index 100% rename from src/MoveHubMediumLinearMotor.ts rename to src/MoveHubMediumLinearMotor2.ts diff --git a/src/hub.ts b/src/hub.ts index fb4185b..6e9e746 100644 --- a/src/hub.ts +++ b/src/hub.ts @@ -7,7 +7,7 @@ import { Device } from "./device"; import { Light } from "./light"; import { MediumLinearMotor } from "./mediumlinearmotor"; import { MotionSensor } from "./motionsensor"; -import { MoveHubMediumLinearMotor } from "./movehubmediumlinearmotor"; +import { MoveHubMediumLinearMotor } from "./MoveHubMediumLinearMotor2"; import { SimpleMediumLinearMotor } from "./simplemediumlinearmotor"; import { TechnicLargeLinearMotor } from "./techniclargelinearmotor"; import { TechnicXLargeLinearMotor } from "./technicxlargelinearmotor"; diff --git a/src/index-browser.ts b/src/index-browser.ts index 595ab5f..a032b5b 100644 --- a/src/index-browser.ts +++ b/src/index-browser.ts @@ -15,7 +15,7 @@ import { Device } from "./device"; import { Light } from "./light"; import { MediumLinearMotor } from "./mediumlinearmotor"; import { MotionSensor } from "./motionsensor"; -import { MoveHubMediumLinearMotor } from "./movehubmediumlinearmotor"; +import { MoveHubMediumLinearMotor } from "./MoveHubMediumLinearMotor2"; import { SimpleMediumLinearMotor } from "./simplemediumlinearmotor"; import { TechnicLargeLinearMotor } from "./techniclargelinearmotor"; import { TechnicXLargeLinearMotor } from "./technicxlargelinearmotor"; diff --git a/src/index-node.ts b/src/index-node.ts index 48566c0..0e498c3 100644 --- a/src/index-node.ts +++ b/src/index-node.ts @@ -15,7 +15,7 @@ import { Device } from "./device"; import { Light } from "./light"; import { MediumLinearMotor } from "./mediumlinearmotor"; import { MotionSensor } from "./motionsensor"; -import { MoveHubMediumLinearMotor } from "./movehubmediumlinearmotor"; +import { MoveHubMediumLinearMotor } from "./MoveHubMediumLinearMotor2"; import { SimpleMediumLinearMotor } from "./simplemediumlinearmotor"; import { TechnicLargeLinearMotor } from "./techniclargelinearmotor"; import { TechnicXLargeLinearMotor } from "./technicxlargelinearmotor";