Browse Source

package.json: Fix license field.

Herbert Vojčík 8 years ago
parent
commit
b22550444d
1 changed files with 1 additions and 5 deletions
  1. 1 5
      package.json

+ 1 - 5
package.json

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