Skip to content

2.x: fix broken dependency import

Compare
Choose a tag to compare
@marshallswain marshallswain released this 24 Sep 19:16
· 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'