Explorar el Código

package.json: Fix license field.

Herbert Vojčík hace 9 años
padre
commit
fed93b3c56
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      package.json

+ 1 - 5
package.json

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