瀏覽代碼

package.json: Fix license field.

Herbert Vojčík 8 年之前
父節點
當前提交
22dadcad61
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      package.json

+ 1 - 5
package.json

@@ -15,11 +15,7 @@
   "bugs": {
     "url": "https://lolg.it/herby/lyst/issues"
   },
-  "licenses": [
-    {
-      "type": "MIT"
-    }
-  ],
+  "license": "MIT",
   "engines": {
     "node": ">= 0.8.0"
   },