Kwaadpepper / msi-keyboard-CLI

Just a nodejs cli to control https://github.com/stevelacy/msi-keyboard
http://freethepepper.com
GNU General Public License v2.0
64 stars 13 forks source link

License #5

Closed FiloSpaTeam closed 8 years ago

FiloSpaTeam commented 8 years ago

Without license specified in package.json, NPM gives warning and stop installation.

FiloSpaTeam commented 8 years ago

An example:

"licenses": [{
    "type": "MIT",
    "url": "https://github.com/test/test/raw/master/LICENSE"
  }]
Kwaadpepper commented 8 years ago

Ok thanks for pointing out This issue it should be solved now.

FiloSpaTeam commented 8 years ago

Thanks ;-)