Explorar o código

Merge pull request #1271 from jasonkarns/patch-2

`licenses` field is deprecated
Hakim El Hattab %!s(int64=9) %!d(string=hai) anos
pai
achega
e1a3cf4476
Modificáronse 1 ficheiros con 2 adicións e 6 borrados
  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"
 }