Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(project): don't bundle lib directory
Should use utilities via destructuring of main import instead. CJS example: var { keys } = require('min-dash'); ES example: import { keys } from 'min-dash'; BREAKING CHANGE: * you MUST use utilities via main import now
- Loading branch information