From 0f3a22646be8b74723f9a92aa0d3a3db5ad1bf98 Mon Sep 17 00:00:00 2001 From: Rod Johnson Date: Tue, 26 Sep 2017 18:20:29 +1000 Subject: [PATCH] 0.1.14 --- package.json | 2 +- src/operations/common/LocalOrRemote.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 04c6f6487..81d2282a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atomist/automation-client", - "version": "0.1.13", + "version": "0.1.14", "description": "Atomist automation client for running command and event handlers", "author": "Atomist, Inc.", "license": "GPL-3.0", diff --git a/src/operations/common/LocalOrRemote.ts b/src/operations/common/LocalOrRemote.ts index 7a383bd09..9be2a8cc6 100644 --- a/src/operations/common/LocalOrRemote.ts +++ b/src/operations/common/LocalOrRemote.ts @@ -2,9 +2,9 @@ import * as shell from "shelljs"; import { Parameter, Secret } from "../../decorators"; import { Secrets } from "../../Handlers"; -import { RepoFinder } from "./repoFinder"; import { RepoId } from "../common/RepoId"; import { allReposInTeam } from "./allReposInTeamRepoFinder"; +import { RepoFinder } from "./repoFinder"; /** * Convenient superclass that can handle operating on projects transparently locally or from GitHub.