mindroute / quill-autoformat

Module for formatting and transforming text as you type in Quill
MIT License
68 stars 10 forks source link

npm i quill-autoformat fails #2

Closed matthieu-hm closed 5 years ago

matthieu-hm commented 5 years ago

npm can't find "quill": "2.0.0-dev.2"

To fix this you can change quill version to "2.0.0-dev.3" or remove it from dependencies and only write the installation commands in the README.md

Personnaly I think the second way is better because if quill make an other release you won't need to update package.json again

klasjersevi commented 5 years ago

Thank you for taking notice. I've updated the dependencies and made a new release. If you use npm instead of yarn, you might run into some unexpected problems as this is only tested with yarn.