jindw / xmldom

A PURE JS W3C Standard based(XML DOM Level2 CORE) DOMParser and XMLSerializer.
Other
816 stars 265 forks source link

Use an SPDX license expression in package.json #184

Closed doismellburning closed 7 years ago

doismellburning commented 7 years ago

From https://docs.npmjs.com/files/package.json#license:

Some old packages used license objects or a "licenses" property containing an array of license objects

This replaces that, as per:

If your package is licensed under multiple common licenses, use an SPDX license expression syntax version 2.0 string

See https://npmjs.com/package/spdx for more context

jindw commented 7 years ago

fixed