Browse Source

Merge pull request #1271 from jasonkarns/patch-2

`licenses` field is deprecated
Hakim El Hattab 9 năm trước cách đây
mục cha
commit
e1a3cf4476
1 tập tin đã thay đổi với 2 bổ sung6 xóa
  1. 2 6
      package.json

+ 2 - 6
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"
 }