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

Commit 7c2eff9

Browse files
committed
Update package-lock.json
1 parent f007bd3 commit 7c2eff9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ const socketio = require('@feathersjs/socketio-client');
66
const primus = require('@feathersjs/primus-client');
77

88
Object.assign(feathers, {
9-
errors,
10-
authentication,
119
socketio,
1210
primus,
13-
rest
11+
rest,
12+
errors,
13+
authentication
1414
});
1515

1616
module.exports = feathers;

0 commit comments

Comments
 (0)