瀏覽代碼

package.json: Fix license field.

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

+ 1 - 6
package.json

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