MadLittleMods / node-usb-detection

List USB devices in system and detect changes on them.
MIT License
370 stars 114 forks source link

chore(package.json): use SPDX identifier for MIT in license field #121

Closed mcous closed 4 years ago

mcous commented 4 years ago

I noticed a little problem with the license field in thepackage.json when my editor popping up a warning about it:

This PR fixes these issues by replacing the value of license with the SPDX identifier MIT, which is recommended by the npm docs linked above

MadLittleMods commented 4 years ago

Thanks for the update @mcous :+1: