Merge pull request #1271 from jasonkarns/patch-2

`licenses` field is deprecated
This commit is contained in:
Hakim El Hattab 2015-06-25 09:49:45 +02:00
commit e1a3cf4476
1 changed files with 2 additions and 6 deletions

View File

@ -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"
}
]
} }