Hashar has uploaded a new change for review.

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

Change subject: npm: set description and repo
......................................................................

npm: set description and repo

Get rid of two npm warnings by setting a lame description for the
package as well as pointing to the Gerrit anonymous/https URL.

Change-Id: Ibdb399e2966373a0cf6b092d412142a96a511067
---
M package.json
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/i18n 
refs/changes/76/214376/1

diff --git a/package.json b/package.json
index 35344ab..3a4aa07 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,11 @@
 {
   "name": "pywikibot-i18n",
   "version": "0.0.0",
+  "description": "Internationalization files for Pywikibot",
+  "repository": {
+         "type": "git",
+         "url": "https://gerrit.wikimedia.org/r/p/pywikibot/core.git";
+  },
   "scripts": {
     "test": "grunt test"
   },

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibdb399e2966373a0cf6b092d412142a96a511067
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

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

Reply via email to