Skip to content
Browse files

Explicitly import /index files to work with Steal.

1 parent d6a9890 commit 04e262a3ef98810d95c233c1b1f2822b96a6648b @marshallswain marshallswain committed
Showing with 2 additions and 2 deletions.
  1. +1 −1 client.js
  2. +1 −1 src/application.js
View
2 client.js
@@ -1 +1 @@
-module.exports = require('./lib/client');
+module.exports = require('./lib/client/index');
View
2 src/application.js
@@ -1,7 +1,7 @@
import makeDebug from 'debug';
import { stripSlashes } from 'feathers-commons';
import Uberproto from 'uberproto';
-import mixins from './mixins';
+import mixins from './mixins/index';
const debug = makeDebug('feathers:application');
const methods = ['find', 'get', 'create', 'update', 'patch', 'remove'];

0 comments on commit 04e262a

Please sign in to comment.
Something went wrong with that request. Please try again.