Skip to content

Commit

Permalink
Update all dependencies to use npm scope (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Aug 22, 2018
1 parent 6da410b commit db1122e
Show file tree
Hide file tree
Showing 12 changed files with 1,051 additions and 987 deletions.
4 changes: 2 additions & 2 deletions packages/rest-client/lib/base.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const query = require('qs');
const { stripSlashes } = require('feathers-commons');
const { convert } = require('feathers-errors');
const { stripSlashes } = require('@feathersjs/commons');
const { convert } = require('@feathersjs/errors');

function toError (error) {
throw convert(error);
Expand Down
Loading

0 comments on commit db1122e

Please sign in to comment.