Skip to content

Commit

Permalink
fix(socketio-client): Fix client transport-commons reference (#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Dec 23, 2020
1 parent 61b93ef commit 3a42c54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/socketio-client/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Service } from '@feathersjs/transport-commons/src/client';
import { Service } from '@feathersjs/transport-commons/client';
import { Socket } from 'socket.io-client';

interface SocketIOClientOptions {
Expand Down
1 change: 1 addition & 0 deletions packages/transport-commons/client.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './lib/client';
1 change: 1 addition & 0 deletions packages/transport-commons/client.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./lib/client');

0 comments on commit 3a42c54

Please # to comment.