Skip to content

Commit

Permalink
fix!: Removed dom and fs exports from the index file so that webpack …
Browse files Browse the repository at this point in the history
…doesn’t freak.
  • Loading branch information
Jocelyn Badgley (Twipped) committed Oct 10, 2022
1 parent a0d7cca commit 289b801
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

export * from './src/assert.js';
export * from './src/camel.js';
export * from './src/dom.js';
export * from './src/fs.js';
export * from './src/is.js';
export * from './src/isArrayOf.js';
export * from './src/iterateObject.js';
Expand Down

0 comments on commit 289b801

Please sign in to comment.