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/31 07:59:36 UTC

[cordova-js] branch master updated: chore(npm): package cleanup (#224)

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


The following commit(s) were added to refs/heads/master by this push:
     new 86dd7e0  chore(npm): package cleanup (#224)
86dd7e0 is described below

commit 86dd7e0113556c14964a5a694c5644e4284e0aab
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Mar 31 16:59:31 2020 +0900

    chore(npm): package cleanup (#224)
    
    * chore(npm): update package properties
    
    - author
    - repo
    - bugs
    - contributors
    
    * chore(npm): add ignore list
---
 .npmignore   |  4 ++++
 package.json | 15 +++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..18d005a
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,4 @@
+.*
+appveyor.yml
+pkg
+test
diff --git a/package.json b/package.json
index 965db69..f10cc2c 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "author": "Gord Tanner <gt...@gmail.com> (http://github.com/gtanner)",
+  "author": "Apache Software Foundation",
   "name": "cordova-js",
   "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
   "engines": {
@@ -7,13 +7,8 @@
   },
   "version": "6.0.0-dev",
   "homepage": "http://cordova.apache.org",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-js"
-  },
-  "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB"
-  },
+  "repository": "github:apache/cordova-js",
+  "bugs": "https://github.com/apache/cordova-js/issues",
   "scripts": {
     "lint": "eslint --ignore-path .gitignore .",
     "pretest": "npm run build:test",
@@ -66,6 +61,10 @@
     {
       "name": "Steve Gill",
       "email": "stevengill97@gmail.com"
+    },
+    {
+      "name": "Gord Tanner",
+      "email": "gtanner@gmail.com"
     }
   ],
   "dependencies": {


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