react-signature-pad-wrapper icon indicating copy to clipboard operation
react-signature-pad-wrapper copied to clipboard

Should we move throttle-debounce to dependencies?

Open phthhieu opened this issue 1 year ago • 1 comments

As throttle-debounce is used in production code https://github.com/michaeldzjap/react-signature-pad-wrapper/tree/8d362f5dfb550edbc119137515b0ab1d628ffda8/src/SignaturePad.tsx, should we move it to dependencies instead of devDependencies https://github.com/michaeldzjap/react-signature-pad-wrapper/blob/8d362f5dfb550edbc119137515b0ab1d628ffda8/package.json#L70

phthhieu avatar Mar 18 '24 07:03 phthhieu

Yes, would be better to move it to dependencies.

michaeldzjap avatar Mar 18 '24 08:03 michaeldzjap

Moved in new release

michaeldzjap avatar Apr 19 '24 12:04 michaeldzjap