فهرست منبع

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"
   },