Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed May 9, 2017
1 parent c59b9df commit 9618a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/updateControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
IButtonData,
IControlData,
setWebSocket,
} from '../src';
} from '../lib';

if (process.argv.length < 5) {
console.log('Usage gameClient.exe <token> <url> <experienceId>');
Expand Down
2 changes: 1 addition & 1 deletion src/EndpointDiscovery.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NoInteractiveServersAvailable } from '../src/errors';
import { NoInteractiveServersAvailable } from './errors';
import { IRequester } from './Requester';

export interface IInteractiveEndpoint {
Expand Down

0 comments on commit 9618a55

Please sign in to comment.