Friday, December 4, 2015

NPM

1. npm no license field
2. license should be a valid SPDX license

Reference:
https://docs.npmjs.com/files/package.json


Solved:

{ "license" : "BSD-3-Clause" }

or

{ "license" : "MIT" }


0 comments:

Post a Comment