Browse Source

Merge pull request #1271 from jasonkarns/patch-2

`licenses` field is deprecated
Hakim El Hattab 9 years ago
parent
commit
e1a3cf4476
1 changed files with 2 additions and 6 deletions
  1. 2 6
      package.json

+ 2 - 6
package.json

@@ -40,10 +40,6 @@
     "grunt": "~0.4.0",
     "grunt": "~0.4.0",
     "node-sass": "~0.9.3"
     "node-sass": "~0.9.3"
   },
   },
-  "licenses": [
-    {
-      "type": "MIT",
-      "url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE"
-    }
-  ]
+  
+  "license": "MIT"
 }
 }