Selaa lähdekoodia

Update license attribute

specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
Peter deHaan 10 vuotta sitten
vanhempi
sitoutus
aefb1ce335
1 muutettua tiedostoa jossa 1 lisäystä ja 10 poistoa
  1. 1 10
      package.json

+ 1 - 10
package.json

@@ -30,16 +30,7 @@
       "web": "http://twitter.com/supercodepoet"
     }
   ],
-  "licenses": [
-    {
-      "type": "OFL-1.1",
-      "url": "http://scripts.sil.org/OFL"
-    },
-    {
-      "type": "MIT",
-      "url": "http://opensource.org/licenses/mit-license.html"
-    }
-  ],
+  "license": "OFL-1.1 AND MIT",
   "dependencies": {
   },
   "engines" : {