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/01 07:59:58 UTC

[cordova-serve] branch master updated: chore(npm): update package & add ignore list (#27)

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


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

commit 9987b6ff410d86f3eaf8d071faba1bfab8fe3805
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Apr 1 16:59:51 2020 +0900

    chore(npm): update package & add ignore list (#27)
---
 .npmignore   |  3 +++
 package.json | 10 ++--------
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..370de6b
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,3 @@
+.*
+spec
+appveyor.yml
diff --git a/package.json b/package.json
index 27203f5..3f6a885 100644
--- a/package.json
+++ b/package.json
@@ -8,10 +8,8 @@
     "test": "npm run lint && npm run test:unit",
     "test:unit": "jasmine \"spec/**/*.spec.js\""
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-serve"
-  },
+  "repository": "github:apache/cordova-serve",
+  "bugs": "https://github.com/apache/cordova-serve/issues",
   "keywords": [
     "cordova",
     "server",
@@ -19,10 +17,6 @@
   ],
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
-  "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB",
-    "email": "dev@cordova.apache.org"
-  },
   "dependencies": {
     "chalk": "^3.0.0",
     "compression": "^1.7.4",


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