Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Add client.js back for consistency #433

Merged
merged 1 commit into from Mar 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions client.js
@@ -0,0 +1 @@
module.exports = require('feathers-authentication-client');
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -56,6 +56,7 @@
},
"dependencies": {
"debug": "^2.2.0",
"feathers-authentication-client": "^0.1.10",
"feathers-commons": "^0.8.4",
"feathers-errors": "^2.4.0",
"feathers-socket-commons": "^2.3.1",
Expand Down