Skip to content
Snippets Groups Projects
Commit 071a523f authored by Jason Karns's avatar Jason Karns
Browse files

`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.
parent f0cf1f54
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,6 @@
"grunt": "~0.4.0",
"node-sass": "~0.9.3"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE"
}
]
"license": "MIT"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment