upmostly / modali

A delightful modal dialog component for React, built from the ground up to support React Hooks.
212 stars 23 forks source link

moved 'react-syntax-highlighter' to devDependencies #33

Closed mikaello closed 4 years ago

mikaello commented 4 years ago

Using command: npm install react-syntax-highlighter@10.2.1 --save-dev

react-syntax-highlighter is used in examples only, not in the library itself. Adds unnecessary dependency tree.

Resolving issue #28

mikaello commented 4 years ago

Ah, sorry, all these commits does not belong to this branch. I have mistakenly been committing to this branch, only the commit move 'react-syntax-highlighter' to devDependencies should have been her. I'll close this PR and open a new one.

Sorry for the mess!