Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
fix: Fix lib files not being published (#40)
Browse files Browse the repository at this point in the history
* include lib files in published files

* upgrade eslint deps and auto-fix
  • Loading branch information
chrisbreiding committed Apr 4, 2020
1 parent 344a057 commit 24117d0
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 318 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ const preprocessor = (options = {}) => {
debug('finished bundling:', outputPath)
resolve(outputPath)
})

ws.on('error', onError)

bundler
Expand Down
Loading

0 comments on commit 24117d0

Please sign in to comment.