TheDJ has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/226114

Change subject: Use proper SPDX license notation for package.json
......................................................................

Use proper SPDX license notation for package.json

This is now the default and advised way to include npm license
information as described:
https://docs.npmjs.com/files/package.json#license

Change-Id: Ifdb64aa54404a196d052a53b047b60595523960d
---
M package.json
1 file changed, 1 insertion(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/14/226114/1

diff --git a/package.json b/package.json
index bd2bb51..f419b37 100644
--- a/package.json
+++ b/package.json
@@ -11,12 +11,7 @@
     "type": "git",
     "url": "https://git.wikimedia.org/git/oojs/ui.git";
   },
-  "licenses": [
-    {
-      "type": "MIT",
-      "url": "http://oojs.mit-license.org";
-    }
-  ],
+  "license": "MIT",
   "scripts": {
     "test": "grunt test",
     "predoc": "grunt build",

-- 
To view, visit https://gerrit.wikimedia.org/r/226114
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifdb64aa54404a196d052a53b047b60595523960d
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: TheDJ <hartman.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to