소스 검색

Merge pull request #1271 from jasonkarns/patch-2

`licenses` field is deprecated
Hakim El Hattab 9 년 전
부모
커밋
e1a3cf4476
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  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"
 }