From 406e9e99bc8078d4efc2f9b36473facf872eadde Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Mon, 16 Dec 2019 17:11:30 -0800 Subject: [PATCH] Rename again --- src/hub.ts | 2 +- src/index-browser.ts | 2 +- src/index-node.ts | 2 +- ...MoveHubMediumLinearMotor2.ts => movehubmediumlinearmotor.ts} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename src/{MoveHubMediumLinearMotor2.ts => movehubmediumlinearmotor.ts} (100%) diff --git a/src/hub.ts b/src/hub.ts index 6e9e746..fb4185b 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 "./MoveHubMediumLinearMotor2"; +import { MoveHubMediumLinearMotor } from "./movehubmediumlinearmotor"; 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 a032b5b..595ab5f 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 "./MoveHubMediumLinearMotor2"; +import { MoveHubMediumLinearMotor } from "./movehubmediumlinearmotor"; 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 0e498c3..48566c0 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 "./MoveHubMediumLinearMotor2"; +import { MoveHubMediumLinearMotor } from "./movehubmediumlinearmotor"; import { SimpleMediumLinearMotor } from "./simplemediumlinearmotor"; import { TechnicLargeLinearMotor } from "./techniclargelinearmotor"; import { TechnicXLargeLinearMotor } from "./technicxlargelinearmotor"; diff --git a/src/MoveHubMediumLinearMotor2.ts b/src/movehubmediumlinearmotor.ts similarity index 100% rename from src/MoveHubMediumLinearMotor2.ts rename to src/movehubmediumlinearmotor.ts