gtgalone / react-quilljs

React Hook Wrapper for Quill, powerful rich text editor.
https://www.npmjs.com/package/react-quilljs
MIT License
248 stars 28 forks source link

NPM package depends on tslib #3

Closed maccuaa closed 4 years ago

maccuaa commented 4 years ago

v1.2.0 introduced a dependency on tslib in the generated NPM package. When trying to us react-quilljs the following error is thrown:

DependencyNotFoundError
Could not find dependency: 'tslib' relative to '/node_modules/react-quilljs/lib/index.js'

See Code Sandbox that reproduces the issue.

You can also see it in this NPM Package diff from v1.1.3...1.2.5

gtgalone commented 4 years ago

@maccuaa

Really Thank you for the issue!

I have removed tslib v1.2.6.

maccuaa commented 4 years ago

v1.2.6 fixes the code sandbox repo. Thanks for the quick fix!