Skip to content

Commit

Permalink
Update to Feathers final release and new module location (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Jan 12, 2018
1 parent 962a4fe commit 86f2e58
Show file tree
Hide file tree
Showing 4 changed files with 1,341 additions and 2,318 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let pipeline = browserify({
})
.transform('babelify', {
global: true,
only: /^(?:.*\/node_modules\/feathers.*\/|(?!.*\/node_modules\/)).*$/
only: /^(?:.*\/node_modules\/@feathersjs.*\/|(?!.*\/node_modules\/)).*$/
});

if (isProduction) {
Expand Down
2 changes: 1 addition & 1 deletion lib/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const feathers = require('feathers');
const feathers = require('@feathersjs/feathers');
const services = require('./services/index');

module.exports = function (service) {
Expand Down
Loading

0 comments on commit 86f2e58

Please sign in to comment.