jenkins-bot has submitted this change and it was merged.
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(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
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" },
pywikibot-commits@lists.wikimedia.org