RobLoach / docpad-plugin-grunt

:boar: Run Grunt.js tasks when building with DocPad
http://gruntjs.com
Other
13 stars 5 forks source link

Format the license in package.json to match the SPDX standard #16

Closed dcohenb closed 8 years ago

dcohenb commented 8 years ago

As documented on the NPM documentation (https://docs.npmjs.com/files/package.json#license). The license field has to comply with the SPDX specification for communicating the licenses and copyrights associated with a software package. This commit changes the license to a valid SPDX value (MIT)

RobLoach commented 8 years ago

Thanks a lot, @dcohenb.