2.x: fix broken dependency import
·
843 commits
to master
since this release
@feathersjs/commons changed the way it need to imported.
import commons from '@feathersjs/commons'
is now
import { _ } from '@feathersjs/commons'