Skip to content

Commit

Permalink
chore(project): don't bundle lib directory
Browse files Browse the repository at this point in the history
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
nikku committed Mar 11, 2018
1 parent fd4e6a0 commit cb6ab75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test
lib
.babelrc
.eslintignore
.eslintrc
Expand Down

0 comments on commit cb6ab75

Please # to comment.