Skip to content

Commit

Permalink
0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Rod Johnson committed Sep 26, 2017
1 parent 7a6f4ad commit 0f3a226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/operations/common/LocalOrRemote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f3a226

Please sign in to comment.