Skip to content

Commit

Permalink
Use scoped npm packages (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Aug 22, 2018
1 parent 56a3433 commit f72dc3c
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 183 deletions.
2 changes: 1 addition & 1 deletion packages/primus-client/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Service = require('feathers-socket-commons/client');
const Service = require('@feathersjs/socket-commons/client');

module.exports = function (connection, options) {
if (!connection) {
Expand Down
Loading

0 comments on commit f72dc3c

Please sign in to comment.