aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-06-25 09:49:45 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-06-25 09:49:45 +0200
commite1a3cf4476b459657c06088cc79ec511550c3e0b (patch)
tree52d3c476af579ebc1df415f9c28ad5f88cf668fb /package.json
parentf0cf1f54d04088d241acf81eef42bd878a9f02ba (diff)
parent071a523f423b2484eadf0082850aa172c9a9ad52 (diff)
downloadfosdem-2018-presentation-e1a3cf4476b459657c06088cc79ec511550c3e0b.tar
fosdem-2018-presentation-e1a3cf4476b459657c06088cc79ec511550c3e0b.tar.gz
Merge pull request #1271 from jasonkarns/patch-2
`licenses` field is deprecated
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
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"
}