Skip to content

Commit

Permalink
fix: Fix @feathersjs/feathers typings http import
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jul 4, 2019
1 parent e688851 commit abbc07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/feathers/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types='node' />

import { EventEmitter } from 'events';
import http from 'http';
import * as http from 'http';

declare const createApplication: Feathers;
export = createApplication;
Expand Down

0 comments on commit abbc07b

Please # to comment.