Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REFACTOR] Use string over constant due to scoped namespace.
The namespace of the constant being used for monorepo config changed everytime a new release was pushed due to the way they scope their vendors. Therefore just use the string instead. It's unlikely `require-dev` will change any time soon anyway.
- Loading branch information