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/03/30 15:43:28 UTC

[cordova-app-hello-world] branch master updated: chore(npm): add ignore list & update package data (#61)

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-app-hello-world.git


The following commit(s) were added to refs/heads/master by this push:
     new b731710  chore(npm): add ignore list & update package data (#61)
b731710 is described below

commit b731710032cc1b9120739a3d8e3de2356504142d
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Mar 31 00:43:19 2020 +0900

    chore(npm): add ignore list & update package data (#61)
---
 .npmignore   | 1 +
 package.json | 6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..8d98f9d
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1 @@
+.*
diff --git a/package.json b/package.json
index 45097d7..aa8110a 100644
--- a/package.json
+++ b/package.json
@@ -2,10 +2,8 @@
   "name": "cordova-app-hello-world",
   "version": "5.0.0-dev",
   "description": "This is the hello world app used by the `cordova create` command.",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-app-hello-world"
-  },
+  "repository": "github:apache/cordova-app-hello-world",
+  "bugs": "https://github.com/apache/cordova-app-hello-world/issues",
   "main": "index.js",
   "keywords": [
     "ecosystem:cordova",


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