Fix deprecated package.json licenses

This commit is contained in:
Kyle Robinson Young 2015-05-28 15:01:36 -07:00
parent d06dc07fd3
commit 0b22db3937

View File

@ -7,12 +7,7 @@
"url": "http://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-jst",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-jst/blob/master/LICENSE-MIT"
}
],
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},