Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: license should be a valid SPDX license expression
when `npm install` on the repo or a fork, npm complains that license field in package.json is not valid. See https://docs.npmjs.com/files/package.json#license for valid `license` expressions Same applies for bower.json: https://github.com/bower/spec/blob/master/json.md#license More generally, both must be a string matching a vlid SPDX identifier: https://spdx.org/licenses/
- Loading branch information