plotly / dash-component-boilerplate

Get started creating your own Dash components here.
265 stars 182 forks source link

Remove NPM from package.json #137

Closed ryanand26 closed 2 years ago

ryanand26 commented 2 years ago

As Node & NPM is listed in the requirements this isn't really needed and if a later version of NPM (i.e. 8.2.0) is present this older version would be installed. This was causing an issue for my setup as this older version isn't my mirror of NPM.

As you're using 'engines' NPM would warn if a user is using an older version.

Any question or concerns please just let me know, especially if I'm missing a part of your PR process. Cheers!