Skip to content

Commit

Permalink
fix(api): repair incorrect absolute import to 'pact'. Fixes #229
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Oct 15, 2018
1 parent e6ded07 commit aa22fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsl/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @module PactOptions
*/
import { PactfileWriteMode } from "./mockService";
import { MessageProviders, StateHandlers } from "pact";
import { MessageProviders, StateHandlers } from "../pact";

export type LogLevel = "trace" | "debug" | "info" | "warn" | "error" | "fatal";

Expand Down

0 comments on commit aa22fae

Please sign in to comment.