diff options
author | Hakim El Hattab | 2015-06-25 09:49:45 +0200 |
---|---|---|
committer | Hakim El Hattab | 2015-06-25 09:49:45 +0200 |
commit | e1a3cf4476b459657c06088cc79ec511550c3e0b (patch) | |
tree | 52d3c476af579ebc1df415f9c28ad5f88cf668fb /package.json | |
parent | f0cf1f54d04088d241acf81eef42bd878a9f02ba (diff) | |
parent | 071a523f423b2484eadf0082850aa172c9a9ad52 (diff) |
Merge pull request #1271 from jasonkarns/patch-2
`licenses` field is deprecated
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/package.json b/package.json index 201c6bf..c55021c 100644 --- a/package.json +++ b/package.json @@ -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" } |