`licenses` field is deprecated
the `licenses` field in package.json is deprecated. https://docs.npmjs.com/files/package.json#license The `license` field is the recommended field and expects an SPDX expression.edit
parent
f0cf1f54d0
commit
071a523f42
|
@ -40,10 +40,6 @@
|
||||||
"grunt": "~0.4.0",
|
"grunt": "~0.4.0",
|
||||||
"node-sass": "~0.9.3"
|
"node-sass": "~0.9.3"
|
||||||
},
|
},
|
||||||
"licenses": [
|
|
||||||
{
|
"license": "MIT"
|
||||||
"type": "MIT",
|
|
||||||
"url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue