Skip to content

Commit

Permalink
fix: import for metadata was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jun 24, 2020
1 parent 9a5a36d commit ba2a975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v3/pact.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logger from "../common/logger"
const pkg = require("../metadata")
const pkg = require("../common/metadata")
const PactNative = require("../native")

export interface PactV3Options {
Expand Down

0 comments on commit ba2a975

Please sign in to comment.