Skip to content

Commit

Permalink
fix: require sdk utils directly from @percy/agent (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
djones authored Apr 6, 2019
1 parent f8ebcbf commit c258ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { clientInfo } from './environment'
import { agentJsFilename, isAgentRunning, postSnapshot } from '@percy/agent'
let { agentJsFilename, isAgentRunning, postSnapshot } = require('@percy/agent/dist/utils/sdk-utils')

declare var PercyAgent: any;

Expand Down

0 comments on commit c258ce7

Please sign in to comment.