You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/11/07 08:12:33 UTC

[cordova-eslint] branch master updated: chore: added missing package repo & bug field (#1)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-eslint.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ca1a4b  chore: added missing package repo & bug field (#1)
2ca1a4b is described below

commit 2ca1a4b62faa9c34d25f06fc88e7226034ddbd60
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu Nov 7 17:12:28 2019 +0900

    chore: added missing package repo & bug field (#1)
---
 package.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package.json b/package.json
index f47c4c9..eb669de 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,8 @@
   "scripts": {
     "test": "eslint ."
   },
+  "repository": "github:apache/cordova-eslint",
+  "bugs": "https://github.com/apache/cordova-eslint/issues",
   "keywords": [
     "cordova",
     "eslint"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org