소스 검색

Update license attribute

specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
Peter deHaan 9 년 전
부모
커밋
43902818e1
1개의 변경된 파일1개의 추가작업 그리고 10개의 파일을 삭제
  1. 1 10
      package.json

+ 1 - 10
package.json

@@ -4,16 +4,7 @@
     "version": "0.1.0",
     "homepage": "http://github.com/jrburke/amdefine",
     "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
-    "licenses": [
-        {
-            "type": "BSD",
-            "url": "https://github.com/jrburke/amdefine/blob/master/LICENSE"
-        },
-        {
-            "type": "MIT",
-            "url": "https://github.com/jrburke/amdefine/blob/master/LICENSE"
-        }
-    ],
+    "license": "BSD-3-Clause AND MIT",
     "repository": {
         "type": "git",
         "url": "https://github.com/jrburke/amdefine.git"