scorelab / com-dictionary

Community Dictionary
Apache License 2.0
15 stars 60 forks source link

[IMPROVE] Move Test Modules into Dev Dependencies #71

Open aditya-mitra opened 3 years ago

aditya-mitra commented 3 years ago

Changes

Test dependencies including testing-library and puppeteer could be moved into devDependencies of package.json.

This change makes it even clearer that dependencies are required for the main functioning of the app and devDependencies are required for building and testing the app.