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 2020/04/16 06:20:37 UTC

[cordova-create] branch master updated: chore(npm): use short notation in package.json (#58)

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-create.git


The following commit(s) were added to refs/heads/master by this push:
     new 96cb2ad  chore(npm): use short notation in package.json (#58)
96cb2ad is described below

commit 96cb2ad18723471315844c55a285c8185f14fec2
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu Apr 16 15:20:29 2020 +0900

    chore(npm): use short notation in package.json (#58)
---
 package.json | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/package.json b/package.json
index bbb17a4..bdd71b9 100644
--- a/package.json
+++ b/package.json
@@ -3,10 +3,8 @@
   "version": "3.0.0-dev",
   "description": "Apache Cordova create module. Creates new project from default or template",
   "main": "index.js",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-create.git"
-  },
+  "repository": "github:apache/cordova-create",
+  "bugs": "https://github.com/apache/cordova-create/issues",
   "keywords": [
     "cordova",
     "create",
@@ -16,10 +14,6 @@
   ],
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
-  "bugs": {
-    "url": "https://github.com/apache/cordova-create/issues",
-    "email": "dev@cordova.apache.org"
-  },
   "engines": {
     "node": ">=10"
   },


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