Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.

Commit be78506

Browse files
committed
Minor code change to enable re-release
1 parent fc4887a commit be78506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ const socketio = require('@feathersjs/socketio-client');
66
const primus = require('@feathersjs/primus-client');
77

88
Object.assign(feathers, {
9+
errors,
910
socketio,
1011
primus,
1112
rest,
12-
errors,
1313
authentication
1414
});
1515

0 commit comments

Comments
 (0)