Skip to content

Commit

Permalink
use integrations now
Browse files Browse the repository at this point in the history
  • Loading branch information
nnance committed Jun 14, 2016
1 parent fab2c84 commit fcf1376
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import expressApollo from './bindings/expressApollo';
import expressApollo from './integrations/expressApollo';

export { expressApollo };
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ declare function require(name: string);
require('source-map-support').install();

import '../core/runQuery.test';
import '../bindings/expressApollo.test';
import '../integrations/expressApollo.test';

0 comments on commit fcf1376

Please sign in to comment.