소스 검색

package.json: Fix license field.

Herbert Vojčík 8 년 전
부모
커밋
e7678cfeef
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      package.json

+ 1 - 5
package.json

@@ -11,11 +11,7 @@
   "bugs": {
     "url": "https://lolg.it/amber/helios/issues"
   },
-  "licenses": [
-    {
-      "type": "MIT"
-    }
-  ],
+  "license": "MIT",
   "engines": {
     "node": "0.10.x || 0.12.x || >=4.0.0"
   },