You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2020/10/02 19:43:32 UTC

[cordova-docs] branch master updated: chore: clean up package.json (#1126)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1ae4d4b  chore: clean up package.json (#1126)
1ae4d4b is described below

commit 1ae4d4b6f51883bba0fc780e00522da5e5079f12
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Fri Oct 2 21:42:55 2020 +0200

    chore: clean up package.json (#1126)
    
    * chore(pkg): use short notation for repository field
    
    * chore(pkg): use short notation for bugs field
---
 package.json | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/package.json b/package.json
index 24c860d..e8c2f63 100644
--- a/package.json
+++ b/package.json
@@ -57,12 +57,7 @@
     "gulp-htmllint": "^0.0.5",
     "simplecrawler": "^0.5.2"
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-docs"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-docs/issues"
-  },
+  "repository": "github:apache/cordova-docs",
+  "bugs": "https://github.com/apache/cordova-docs/issues",
   "homepage": "https://cordova.apache.org"
 }


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