Browse Source

Merge pull request #266 from gavboulton/bugfix/license

Update licence in package.json to match LICENSE file (MIT)
Renée Kooi 7 years ago
parent
commit
110e2aeab7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -21,7 +21,7 @@
     "url": "git+https://github.com/transloadit/uppy.git"
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   },
   "author": "",
   "author": "",
-  "license": "ISC",
+  "license": "MIT",
   "bugs": {
   "bugs": {
     "url": "https://github.com/transloadit/uppy/issues"
     "url": "https://github.com/transloadit/uppy/issues"
   },
   },